mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
12 lines
186 B
Kotlin
Vendored
12 lines
186 B
Kotlin
Vendored
// IGNORE_BACKEND: JVM_IR
|
|
|
|
fun test(): UInt {
|
|
var c: UInt
|
|
run {
|
|
c = 1u
|
|
}
|
|
return c
|
|
}
|
|
|
|
// 1 ASTORE 0
|
|
// 1 LOCALVARIABLE c Lkotlin/jvm/internal/Ref\$IntRef; L1 L.* 0 |