Fix capturing variables declared via destructuring (#KT-14535 fixed).

This commit is contained in:
Anton Bannykh
2016-10-31 20:42:34 +03:00
parent bb4d8f9223
commit 2fb7b01320
5 changed files with 26 additions and 24 deletions
@@ -1,5 +1,3 @@
// TODO: enable JS backend when issue KT-14535 is fixed
// IGNORE_BACKEND: JS
class A {
}