Files
kotlin-fork/idea/testData/indentationOnNewline/ForWithBlock.after.kt
T
2020-06-15 16:25:54 +07:00

6 lines
59 B
Kotlin
Vendored

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