blob: a96a9237f68ad4f1028c2aefc4a45739ac62a873 [file] [log] [blame]
fun box(): String {
val k = object {
val ok = "OK"
}
return k.ok
}