Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
psi
/
destructuringInLambdas_ERR.kt
blob: 01a9626cad0bf7302a3c04734915061967c40be4 [
file
] [
log
] [
blame
]
fun foo
()
{
a8
.
filter
{
((
x
,
y
),
z
)
->
foo8
()
}
a9
.
filter
{
(
x
->
foo9
()
}
a10
.
filter
{
(
x
,
y
:)
:
->
foo10
()
}
}