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