145b2c260b
Part of #KT-22211
6 lines
70 B
Kotlin
Vendored
6 lines
70 B
Kotlin
Vendored
fun some() {
|
|
var t = 12
|
|
while (t > 0) {
|
|
<caret>
|
|
}
|