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