e1c80ac75c
Besides introducing new diagnostics, this commit unifies source usages for array accesses in PSI & LT.
6 lines
172 B
Kotlin
Vendored
6 lines
172 B
Kotlin
Vendored
//KT-4866 Resolve does not work inside brackets with unresolved reference before
|
|
|
|
fun test(i: Int, j: Int) {
|
|
<!UNRESOLVED_REFERENCE!>foo<!><!NO_GET_METHOD!>[i, j]<!>
|
|
}
|