4477a96ca7
(to record corresponding call for later simplification in control flow) Generate code for unmapped arguments in control flow
5 lines
192 B
Kotlin
5 lines
192 B
Kotlin
//KT-4866 Resolve does not work inside brackets with unresolved reference before
|
|
|
|
fun test(i: Int, j: Int) {
|
|
<!DEBUG_INFO_ELEMENT_WITH_ERROR_TYPE!><!UNRESOLVED_REFERENCE!>foo<!>[i, j]<!>
|
|
} |