Files
kotlin-fork/idea/testData/indentationOnNewline/ScriptInsideFun.kts
T
2014-03-24 18:17:51 +04:00

6 lines
58 B
Kotlin

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