// IGNORE_BACKEND: JVM_IR fun foo() = "OK" fun box(): String { val x = ::foo return x() }