Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
compiler
/
testData
/
repl
/
destructuringDeclaration.repl
blob: dc609753e486189119149bf0691bf2be76a754e6 [
file
] [
log
] [
blame
]
>>>
val
(
a
,
b
)
=
listOf
(
1
,
2
)
>>>
a
1
>>>
b
2