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.
2 parents 2b34272 + b0422f2 commit b76bcc6Copy full SHA for b76bcc6
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