Files
kotlin/compiler/testData/codegen/bytecodeText/localInitializationLVT/inlineClassVar.kt

10 lines
118 B
Kotlin
Vendored

fun test(): UInt {
var c: UInt
run {
c = 1u
}
return c
}
// 2 ISTORE 0
// 1 LOCALVARIABLE c I