b9d8466fc0
#KT-29153 Fixed
7 lines
85 B
Plaintext
Vendored
7 lines
85 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun example() {
|
|
val max = 5
|
|
for (i in 0 until max) {
|
|
}
|
|
} |