We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$
3.1.3-RC2
case class $[A](value: A) def f(x: Int): Unit = {} f(T(3))
Found: [Int] Required: Int
Notice the missing $.
Found: $[Int] Required: Int