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