Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
c234f72ea4dcebd1ff29c5a1fcd540f29a83be46
/
.
/
analysis
/
low-level-api-fir
/
testData
/
lazyResolve
/
scriptDestructuringDeclarationMutable.kts
blob: 9debe040f179e6851cb63c42315e2f295795f6f7 [
file
]
data
class
X
(
val a
:
Int
,
val b
:
Int
)
v
<caret>
ar
(
a
,
b
)
=
X
(
1
,
2
)