JS backend: fixed closure variables in object which declared in another object in method.
(cherry picked from commit f3e8325)
This commit is contained in:
@@ -52,4 +52,7 @@ public final class ObjectTest extends SingleFileTranslationTest {
|
||||
public void testObjectInheritingFromClass() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
public void testObjectInObjectWithClosure() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user