mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
10 lines
206 B
Kotlin
Vendored
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 |