blob: e68d8309334fdfa744c79afd31d96334a0b2df9a [file]
class A {
companion object {
fun foo() = "OK"
}
}
fun box() = A.foo()