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