Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
codegen
/
box
/
lateinit
/
localInitialized.kt
blob: 43e79725c0000205a4aa279563f40b74b3334143 [
file
]
// WITH_STDLIB
import
kotlin
.
test
.*
fun box
():
String
{
lateinit
var
s
:
String
s
=
"OK"
return
s
}