KT-16566 Support destructuring declarations for lambda parameter in psi2ir
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
data class A(val x: Int, val y: Int)
|
||||
|
||||
var fn: (A) -> Int = { (_, y) -> 42 + y }
|
||||
Reference in New Issue
Block a user