Files
kotlin-fork/idea/testData/indentationOnNewline/script/ScriptInsideFun.after.kts
T

7 lines
63 B
Kotlin

package a.b.c
var x = 2
fun fn() {
x = x + 1
<caret>
}