Files
kotlin-fork/compiler/testData/psi/examples/LINQ.kt
T
2015-09-25 08:29:25 +03:00

3 lines
72 B
Kotlin
Vendored

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