5e265b3d17
So #KT-17895 Fixed
7 lines
72 B
Plaintext
Vendored
7 lines
72 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo(a: Long) {
|
|
for (i in 1L until a) {
|
|
|
|
}
|
|
} |