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 9d46ce1 commit 67a0cecCopy full SHA for 67a0cec
tests/neg/i6057.scala
@@ -0,0 +1,4 @@
1
+class i0[i1] {
2
+ type i2 <: i0[i2]
3
+ val i3: i2[i4] {} // error
4
+}
0 commit comments