[LL API] return FirErrorProperty for top level destructuring declaration
KTIJ-23552
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
var first = -1
|
||||
var last = -1
|
||||
val pair = Pair(first, last)
|
||||
|
||||
val (first, last) = <expr>pair</expr>
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
expression: pair
|
||||
type: kotlin.Unit
|
||||
Reference in New Issue
Block a user