mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
(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]<!>
|
|
} |