fun use(fn: (Array) -> Array) = fn(arrayOf("OK")) fun box(): String { return use(::arrayOf)[0] }