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 da1e196 commit b309c38Copy full SHA for b309c38
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