[LL FIR] support lazy resolve of destructuring declaration entries
^KT-62840 Fixed ^KT-65727
This commit is contained in:
committed by
Space Team
parent
8c63e75f06
commit
e02c28c88a
@@ -0,0 +1,10 @@
|
||||
// RESOLVE_SCRIPT
|
||||
// MEMBER_NAME_FILTER: <destruct>
|
||||
var a = -1
|
||||
var b = 0
|
||||
|
||||
data class MyPair(val i: Int, val b: Int)
|
||||
|
||||
val pair = MyPair(a, b)
|
||||
|
||||
val (first, last) = pair
|
||||
Reference in New Issue
Block a user