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