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

4 lines
61 B
Kotlin

fun some() {
var t = 12
while (t > 0)
<caret>