Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
localInitializationLVT
/
lateinit.kt
blob: 2efd1f5cf68176fcfbaaeeb07a88f4cd448e9092 [
file
] [
log
] [
blame
]
fun test
():
Char
{
lateinit
var
c
:
Any
run
{
c
=
' '
}
return
c
as
Char
}
// 1 LOCALVARIABLE c Ljava/lang/Object;
// 2 ASTORE 0