Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
script
/
LateInit.kts
blob: bf5b646c26daa01beb2a393c3b083d880b511c39 [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
// DUMP_CFG: LEVELS
lateinit
var
s
:
String
fun foo
()
{
s
=
"Hello"
}
/* GENERATED_FIR_TAGS: assignment, functionDeclaration, lateinit, localProperty, propertyDeclaration, stringLiteral */