JS backend: fixed the variable capturing in deeply nested functions.
(cherry picked from commit cee29a6)
This commit is contained in:
@@ -35,4 +35,8 @@ public final class ClosureTest extends SingleFileTranslationTest {
|
||||
public void testClosureReferencingMember() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
public void testLocalParameterInLocalNamedFunction() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user