Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
script
/
LateInit.kts
blob: 07664b783d177d4408a7e45332cd4ec0598c824d [
file
]
// FIR_IDENTICAL
lateinit
var
s
:
String
fun foo
()
{
s
=
"Hello"
}