Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
psi
/
examples
/
LINQ.kt
blob: b4479750b937d7ba7e21b41f86b301972bd99e93 [
file
]
fun foo
()
{
l filter
{
it
.
x
}
map
{
it
.
foo
}
aggregate
{
a
,
b
->
a
+
b
}
}