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