Files
kotlin-fork/idea/testData/indentationOnNewline/script/ScriptBetweenFunctionCalls.kts
T
2016-06-25 22:24:52 +03:00

7 lines
35 B
Kotlin
Vendored

fun foo() {
}
foo()<caret>
foo()