blob: 43e79725c0000205a4aa279563f40b74b3334143 [file]
// WITH_STDLIB
import kotlin.test.*
fun box(): String {
lateinit var s: String
s = "OK"
return s
}