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