145b2c260b
Part of #KT-22211
6 lines
59 B
Kotlin
Vendored
6 lines
59 B
Kotlin
Vendored
fun some() {
|
|
for (var i in 1..10)
|
|
<caret>{
|
|
}
|
|
}
|