b9d8466fc0
#KT-29153 Fixed
7 lines
93 B
Kotlin
Vendored
7 lines
93 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun example() {
|
|
val max = 5
|
|
for (i in 0..<caret>(max - 1)) {
|
|
}
|
|
} |