8 lines
93 B
Kotlin
Vendored
8 lines
93 B
Kotlin
Vendored
// JVM_ABI_K1_K2_DIFF: KT-63960, KT-63961, KT-63963
|
|
|
|
var x = 0
|
|
x++
|
|
x++
|
|
x++
|
|
// expected: x: 3
|