5e265b3d17
So #KT-17895 Fixed
7 lines
76 B
Kotlin
Vendored
7 lines
76 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo(a: Int) {
|
|
for (i in 0..<caret>a - 1) {
|
|
|
|
}
|
|
} |