Files
kotlin/compiler/testData/codegen/bytecodeText/localInitializationLVT/boxingVar.kt
2019-01-16 20:40:29 +03:00

12 lines
233 B
Kotlin
Vendored

// IGNORE_BACKEND: JVM_IR
fun test(): java.lang.Integer {
var c: java.lang.Integer
run {
c = java.lang.Integer(1)
}
return c
}
// 1 ASTORE 0
// 1 LOCALVARIABLE c Lkotlin/jvm/internal/Ref\$ObjectRef; L1 L11 0