Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
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