Support destructuring declarations in scratch files
#KT-25038 fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// REPL_MODE: ~REPL_MODE~
|
||||
|
||||
val (foo, bar) = 1 to "2"
|
||||
foo
|
||||
bar
|
||||
val (_, baz) = 3 to "4"
|
||||
baz
|
||||
Reference in New Issue
Block a user