Files
kotlin-fork/compiler/testData/psi/examples/LINQ.kt
T
2013-09-17 18:10:00 +04:00

3 lines
74 B
Kotlin

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