Support destructuring in lambda parameters (KT-14422) and skipping some components in a destructuring declaration (KT-14507).

This commit is contained in:
Anton Bannykh
2016-10-25 17:44:26 +03:00
parent 1c7196a1fb
commit a3566174d6
11 changed files with 653 additions and 5 deletions
@@ -1,3 +1,5 @@
// TODO: enable JS backend when issue KT-14535 is fixed
// TARGET_BACKEND: JVM
class A {
}