8 lines
70 B
Plaintext
8 lines
70 B
Plaintext
fun test() {
|
|
val v = 1
|
|
for (i in v..) {
|
|
}
|
|
}
|
|
|
|
// TYPE: "."
|