Files
kotlin-fork/compiler/testData/codegen/bytecodeText/inline/noFakeVariableForInlineOnlyFunWithLambda.kt
T

15 lines
232 B
Kotlin
Vendored

// WITH_RUNTIME
fun test() = run {
var tmp = 0
"OK"
}
// 2 LOCALVARIABLE
// 1 LOCALVARIABLE tmp I
// 1 LOCALVARIABLE \$i\$a\$-run-NoFakeVariableForInlineOnlyFunWithLambdaKt\$test\$1 I
// 0 LDC 0
// 2 ICONST_0
// 2 ISTORE