bc95733818
Compound access and implicit delegated constructor are mapped to FIR elements that are way too broad.
4 lines
52 B
Kotlin
4 lines
52 B
Kotlin
fun test() {
|
|
var i = 1
|
|
<expr>i += 1</expr>
|
|
} |