JS backend: added tests check the closure fields when use it from nested functions in method.
This commit is contained in:
@@ -43,4 +43,8 @@ public final class ClosureTest extends SingleFileTranslationTest {
|
||||
public void testClosureInNestedFunctionsWhichMixedWithObject() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
public void testClosureInNestedFunctionsInMethod() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user