Files
kotlin-fork/idea/testData/indentationOnNewline/For.after.kt
T

3 lines
53 B
Kotlin
Vendored

fun some() {
for (var i in 1..10)
<caret>