JS backend: fixed closure variables in object which declared in another object in method.

(cherry picked from commit f3e8325)
This commit is contained in:
develar
2013-08-20 15:32:43 +04:00
committed by Zalim Bashorov
parent 39ccf418c0
commit b122893823
4 changed files with 34 additions and 12 deletions
@@ -52,4 +52,7 @@ public final class ObjectTest extends SingleFileTranslationTest {
public void testObjectInheritingFromClass() throws Exception {
fooBoxTest();
}
public void testObjectInObjectWithClosure() throws Exception {
fooBoxTest();
}
}