Mark only brackets when array access expression is unresolved
This commit is contained in:
@@ -128,7 +128,7 @@ class Test() {
|
||||
(a : Array<Int>)[4]++
|
||||
(<!VARIABLE_EXPECTED!>ab.getArray()<!> : Array<Int>)[54] += 43
|
||||
|
||||
<!UNRESOLVED_REFERENCE!>this[54]<!> = 34
|
||||
this<!NO_SET_METHOD!><!UNRESOLVED_REFERENCE!>[<!>54]<!> = 34
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user