7 lines
79 B
Plaintext
Vendored
7 lines
79 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo(a: Long) {
|
|
for (i in 1L until a<caret>) {
|
|
|
|
}
|
|
} |