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 8a9aedc commit b0422f2Copy full SHA for b0422f2
tests/neg/i1679.scala
@@ -0,0 +1,5 @@
1
+class A[T]
2
+object o {
3
+ // Testing compiler crash, this test should be modified when named type argument are completely implemented
4
+ val x: A[T=Int, T=Int] = ??? // error: ']' expected, but '=' found
5
+}
0 commit comments