Files
kotlin-fork/compiler/testData/psi/recovery/ValInLambdaParametersDeclaration.temp
T
2014-06-04 18:53:59 +04:00

6 lines
99 B
Plaintext

fun test() {
val list = listOf(1, 2)
list.filter {
(val a, val b)=some.test
}
}