// "Change the signature of lambda expression" "true" fun foo(f: Int.(Int, Int) -> Int) { } fun test() { foo { a: Int -> 0 } }