7 lines
64 B
Kotlin
7 lines
64 B
Kotlin
fun test() {
|
|
for (x <caret>in Y()) {}
|
|
}
|
|
|
|
class Y
|
|
|
|
// REF_EMPTY |