Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
localInitializationLVT
/
run.kt
blob: d9bd968e7d67907ab4bc0aca14b614b0020b041e [
file
] [
log
] [
blame
]
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