Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
c234f72ea4dcebd1ff29c5a1fcd540f29a83be46
/
.
/
analysis
/
low-level-api-fir
/
testData
/
lazyResolve
/
entryInScriptDestructuringDeclarationMutable.kts
blob: 4d528f4c5e5d494f5bf20ccbe53277651211f8a2 [
file
]
// LOOK_UP_FOR_ELEMENT_OF_TYPE: KtDestructuringDeclarationEntry
data
class
X
(
val a
:
Int
,
val b
:
Int
)
var
(<
caret
>
a
,
b
)
=
X
(
1
,
2
)