JS backend: fix order call super constructor

This commit is contained in:
Erokhin Stanislav
2013-10-04 20:30:20 +04:00
parent 8103626121
commit 71cfa86f19
3 changed files with 24 additions and 1 deletions
@@ -36,6 +36,10 @@ public final class ClassInheritanceTest extends SingleFileTranslationTest {
checkFooBoxIsOk();
}
public void testBaseCallOrder() throws Exception {
checkFooBoxIsOk();
}
public void testCrazyInheritance() throws Exception {
checkFooBoxIsOk();
}