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