Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
script
/
resolveInitializerOfDestructuringDeclarationOnce.kts
blob: 9fb24456c2fa86ed2a1908da4aaf6ae1e1f233b0 [
file
]
// FIR_IDENTICAL
val
(
a
,
b
,
c
)
=
A
<!
NO_VALUE_FOR_PARAMETER
!>()<!>
class
A
(
val a
:
Int
)
{
operator
fun component1
()
{}
operator
fun component2
()
{}
operator
fun component3
()
{}
}