blob: e492a0c22d3069d9e5cb568f3a26a992bd099e28 [file] [log] [blame] [edit]
fun foo() {
l filter {it.x} map {it.foo} aggregate {(a, b) => a + b}
}