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