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