Deparenthesizing this expression.
This commit is contained in:
@@ -7,6 +7,7 @@ class Outer {
|
||||
if (a > 0) {
|
||||
this.<lineMarker>f</lineMarker>(a - 1)
|
||||
this@F.<lineMarker>f</lineMarker>(a - 1)
|
||||
((this@F)).<lineMarker>f</lineMarker>(a - 1)
|
||||
|
||||
this@Outer.f(a - 1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user