Fix scripting formatter to avoid extra indent in invisible block node.
This commit is contained in:
committed by
Andrey Breslav
parent
480dd6767c
commit
64b4c2d49b
@@ -0,0 +1,8 @@
|
||||
import a.b.c
|
||||
val x = 0
|
||||
fun fn() {
|
||||
println(x)
|
||||
}
|
||||
|
||||
var y = fn()
|
||||
y = y+1
|
||||
Reference in New Issue
Block a user