Implement parsing of desctructuring declarations in lambdas
#KT-5828 In Progress
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo() {
|
||||
a8.filter { ((x, y), z) -> foo8() }
|
||||
a9.filter { (x -> foo9() }
|
||||
a10.filter { (x, y :) : -> foo10() }
|
||||
}
|
||||
Reference in New Issue
Block a user