Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b7de3709e46eb073303a1e8aac4c22656e4f2863
/
.
/
compiler
/
testData
/
codegen
/
script
/
destructuringDeclaration.kts
blob: c27a490d24cc59fa10c8b1c68888331c46f73add [
file
]
// DUMP_IR
// JVM_ABI_K1_K2_DIFF: KT-63960,, KT-63967
val
(
abc
,
def
)
=
A
()
val rv
=
abc
+
def
class
A
{
operator
fun component1
()
=
123
operator
fun component2
()
=
2
}
// expected: rv: 125