Files
kotlin-fork/compiler/testData/psi/destructuringInLambdas_ERR.kt
T
2016-09-19 20:22:57 +03:00

6 lines
126 B
Kotlin
Vendored

fun foo() {
a8.filter { ((x, y), z) -> foo8() }
a9.filter { (x -> foo9() }
a10.filter { (x, y :) : -> foo10() }
}