fun box(): String { fun foo() = "OK" return (::foo).let { it() } }