Refactor PSI for destructuring declarations in for: they are now children of KtParameter and not instead of it
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
data class XY(val x: Int, val y: Int)
|
||||
|
||||
fun convert(xy: XY, f: (XY) -> Int) = f(xy)
|
||||
|
||||
fun foo() = <error>convert</error> { (<error>x</error><error><error>,</error> y)</error> }
|
||||
Reference in New Issue
Block a user