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 191877a commit f5540f5Copy full SHA for f5540f5
tests/init/neg/inner-loop.scala
@@ -1,6 +1,6 @@
1
class Outer { outer =>
2
class Inner extends Outer {
3
- val x = 5 + outer.n // error
+ val x = 5 + outer.n
4
}
5
val inner = new Inner
6
val n = 6 // error
0 commit comments