mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 06:20:54 +07:00
^KT-25038 fixed Original commit: c4298b683df45769936087019e65d62eea9c1905 GitOrigin-RevId: c0b9760065fe243632cdcadf4905c1f200131132
8 lines
89 B
Kotlin
8 lines
89 B
Kotlin
// REPL_MODE: ~REPL_MODE~
|
|
|
|
val (foo, bar) = 1 to "2"
|
|
foo
|
|
bar
|
|
val (_, baz) = 3 to "4"
|
|
baz
|