mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +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
Vendored
5 lines
192 B
Kotlin
Vendored
//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]<!>
|
|
} |