JS backend: Fix tracked used descriptors
This commit is contained in:
@@ -72,4 +72,16 @@ public final class ClosureTest extends SingleFileTranslationTest {
|
||||
public void testClosureThisInConstructor() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testClosureFunctionAsArgument() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testClosureLocalFunction() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testClosureLocalLiteralFunction() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user