Files
kotlin-fork/idea/testData/psi/examples/LINQ.jet
T
2011-01-02 21:26:50 +03:00

3 lines
74 B
Plaintext

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