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 85794ee commit e8fbb21Copy full SHA for e8fbb21
tests/init/neg/i11262.scala
@@ -0,0 +1,2 @@
1
+object A { val x: String = B.y } // error
2
+object B { val y: String = A.x }
0 commit comments