// IGNORE_BACKEND_FIR: JVM_IR class A { fun foo(result: String) = result } fun box(): String { val x = A::foo return x(A(), "OK") }