// IS_APPLICABLE: false // WITH_RUNTIME fun foo(f: (Pair) -> String) {} fun test() { foo { (i, j) -> "" } }