8 lines
76 B
Kotlin
8 lines
76 B
Kotlin
fun test() {
|
|
val v = 1
|
|
for (i in v.<caret>) {
|
|
}
|
|
}
|
|
|
|
// TYPE: "."
|