7 lines
63 B
Kotlin
7 lines
63 B
Kotlin
fun test() {
|
|
for (i in 12.<caret>) {
|
|
}
|
|
}
|
|
|
|
// TYPE: "."
|