Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
codegen
/
script
/
destructuringDeclaration.kts
blob: 4370c5f8a13b7ca21843594970503eb274a9c997 [
file
]
// DUMP_IR
val
(
abc
,
def
)
=
A
()
val rv
=
abc
+
def
class
A
{
operator
fun component1
()
=
123
operator
fun component2
()
=
2
}
// expected: rv: 125