blob: 01a9626cad0bf7302a3c04734915061967c40be4 [file] [log] [blame]
fun foo() {
a8.filter { ((x, y), z) -> foo8() }
a9.filter { (x -> foo9() }
a10.filter { (x, y :) : -> foo10() }
}