KT-4866 Resolve does not work inside brackets with unresolved reference before

#KT-4866 Fixed
This commit is contained in:
Svetlana Isakova
2014-04-28 15:18:22 +04:00
parent 1632025913
commit 5a84ed4497
4 changed files with 21 additions and 1 deletions
@@ -0,0 +1,5 @@
//KT-4866 Resolve does not work inside brackets with unresolved reference before
fun test(i: Int, j: Int) {
<!UNRESOLVED_REFERENCE!>foo<!>[i, j]
}