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