Files
kotlin-fork/idea/testData/indentationOnNewline/DoWhile.kt
T
Dmitry Gridin acc15e5fad LineIndentProvider: fix for do-while
Part of #KT-22211
2020-06-15 16:25:54 +07:00

4 lines
52 B
Kotlin
Vendored

fun some() {
do println() while (true)<caret>
}