145b2c260b
Part of #KT-22211
6 lines
83 B
Kotlin
Vendored
6 lines
83 B
Kotlin
Vendored
fun some() {
|
|
do println() while (true)
|
|
println()
|
|
while (true)<caret>
|
|
}
|