blob: bdff2a1fec15156dbf0e55e2bbf56fa89cf17867 [file]
object A {
fun result() = "OK"
}
fun box(): String = A.result()