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