Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
psi
/
recovery
/
ValInLambdaParametersDeclaration.temp
blob: 49052afc3dac371c6c914ccaf36aa5f6d67f1d9b [
file
] [
log
] [
blame
]
fun test
()
{
val list
=
listOf
(
1
,
2
)
list
.
filter
{
(
val a
,
val b
)=
some
.
test
}
}