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 7482735 + b309c38 commit ee9960fCopy full SHA for ee9960f
tests/neg/i4370.scala
@@ -0,0 +1,4 @@
1
+object App {
2
+ class Foo { type R = A } // error
3
+ type A = List[Foo#R]
4
+}
0 commit comments