Files
kotlin-fork/compiler/testData/codegen/bytecodeText/localInitializationLVT/boxingVar.kt
T
Ilmir Usmanov 20e4efaeab Fix test data
2019-02-01 17:33:49 +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 L.* 0