Renamed and correct test data
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// IS_APPLICABLE: false
|
||||
// ERROR: Unresolved reference: b
|
||||
fun foo() {
|
||||
for (a <caret>in b) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user