Mark only brackets when array access expression is unresolved

This commit is contained in:
svtk
2012-01-31 16:40:52 +04:00
parent 948ccc5205
commit 1cb4c89c5c
10 changed files with 103 additions and 45 deletions
@@ -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
}
}