// PROBLEM: none // WITH_RUNTIME fun test() { val predicate = { _: String -> true } "".let { predicate::invoke }("123") }