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.
1 parent c75070d commit e7967c2Copy full SHA for e7967c2
tests/neg/namedTypeParams.scala
@@ -11,6 +11,6 @@ object Test {
11
12
def f[X, Y](x: X, y: Y): Int = ???
13
14
- f[X = Int, String](1, "") // error
+ f[X = Int, String](1, "") // error // error
15
f[X = Int][X = Int][Y = String](1, "") // error
16
}
0 commit comments