Fix scripting formatter to avoid extra indent in invisible block node.

This commit is contained in:
Ilya Ryzhenkov
2014-03-19 09:15:54 +04:00
committed by Andrey Breslav
parent 480dd6767c
commit 64b4c2d49b
3 changed files with 25 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
import a.b.c
val x = 0
fun fn() {
println(x)
}
var y = fn()
y = y+1