blob: 908dbb3a1be150c88f4f8d2f117bbe3008761ee5 [file] [log] [blame]
class Clazz {
companion object {
val a = object {
fun run(x: String) = x
}
}
}
fun box() = "OK"