// TARGET_BACKEND: JVM // WITH_REFLECT fun foo(result: String = "OK") = result fun box(): String = ::foo.callBy(mapOf())