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