3c09a26e16
Remove non-escaping Ref's on bytecode postprocessing pass.
16 lines
175 B
Kotlin
Vendored
16 lines
175 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun test() {
|
|
var x = 0
|
|
run {
|
|
run {
|
|
run {
|
|
++x
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// 0 NEW
|
|
// 0 GETFIELD
|
|
// 0 PUTFIELD |