Files
kotlin/compiler/testData/codegen/bytecodeText/localInitializationLVT/boxingVar.kt
2019-02-01 21:45:44 +03:00

10 lines
206 B
Kotlin
Vendored

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 L.* 0