Files
kotlin-fork/compiler/testData/psi/examples/LINQ.jet
T
2011-10-20 16:21:18 +02:00

3 lines
74 B
Plaintext

fun foo() {
l filter {it.x} map {it.foo} aggregate {(a, b) => a + b}
}