8 lines
82 B
Plaintext
Vendored
8 lines
82 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun foo() {
|
|
val x = 1..4
|
|
|
|
for (a in x) {
|
|
a
|
|
}
|
|
} |