Files
kotlin/compiler/testData/codegen/bytecodeText/capturedVarsOptimization/capturedInInlineOnly.kt
2018-12-21 16:20:45 +01:00

10 lines
109 B
Kotlin
Vendored

// IGNORE_BACKEND: JVM_IR
fun test() {
var x = 0
run { ++x }
}
// 0 NEW
// 0 GETFIELD
// 0 PUTFIELD