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