Files
kotlin-fork/compiler/testData/psi/examples/LINQ.jet
T
2011-12-21 10:57:09 +02:00

3 lines
74 B
Plaintext

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