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

5 lines
42 B
Kotlin
Vendored

package a.b.c
var x = 1
x = x + 1
<caret>