Highlight all text ranges for diagnostics in tests

This commit is contained in:
Svetlana Isakova
2014-06-11 19:17:49 +04:00
parent 67fd858432
commit 6e622f2301
2 changed files with 25 additions and 27 deletions
@@ -134,7 +134,7 @@ class Test() {
(a : Array<Int>)[4]++
(<!VARIABLE_EXPECTED!>ab.getArray()<!> : Array<Int>)[54] += 43
this<!NO_SET_METHOD!><!UNRESOLVED_REFERENCE!>[<!>54]<!> = 34
this<!NO_SET_METHOD!><!UNRESOLVED_REFERENCE!>[<!>54<!UNRESOLVED_REFERENCE!>]<!><!> = 34
}
}