6 lines
74 B
Kotlin
Vendored
6 lines
74 B
Kotlin
Vendored
// UNRESOLVED_REFERENCE
|
|
fun test() {
|
|
for (x <caret>in Y()) {}
|
|
}
|
|
|
|
class Y |