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

6 lines
58 B
Kotlin
Vendored

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