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