Deparenthesizing this expression.

This commit is contained in:
Evgeny Gerashchenko
2015-04-08 16:44:45 +03:00
parent d7928b7251
commit 53ef521a8f
2 changed files with 3 additions and 1 deletions
@@ -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)
}