blob: b4479750b937d7ba7e21b41f86b301972bd99e93 [file]
fun foo() {
l filter {it.x} map {it.foo} aggregate {a, b -> a + b}
}