Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
localInitializationLVT
/
run.kt
blob: d9bd968e7d67907ab4bc0aca14b614b0020b041e [
file
]
fun test
():
Char
{
val c
:
Char
run
{
c
=
' '
println
(
c
)
}
return
c
}
// The first on declaration, the other on initialization
// 2 ISTORE 0
// 1 LOCALVARIABLE c C