7 lines
104 B
Kotlin
Vendored
7 lines
104 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// ERROR: Unresolved reference: b
|
|
fun foo() {
|
|
for (a <caret>in b) {
|
|
|
|
}
|
|
} |