Fix conversion of destructuring declarations

This commit is contained in:
Dmitry Jemerov
2017-09-13 12:58:58 +02:00
parent 40daeb13d1
commit b638febc41
5 changed files with 38 additions and 4 deletions
@@ -0,0 +1,3 @@
fun foo() {
val (a, b) = "foo" to 1
}