5a84ed4497
#KT-4866 Fixed
5 lines
151 B
Kotlin
5 lines
151 B
Kotlin
//KT-4866 Resolve does not work inside brackets with unresolved reference before
|
|
|
|
fun test(i: Int, j: Int) {
|
|
<!UNRESOLVED_REFERENCE!>foo<!>[i, j]
|
|
} |