JS backend: fix inheritance from native class & remove createConstructor() function from stdLib

This commit is contained in:
Erokhin Stanislav
2013-09-19 20:33:59 +04:00
parent 571bcf63dc
commit 9654bd9bc8
4 changed files with 43 additions and 25 deletions
@@ -45,6 +45,10 @@ public final class NativeInteropTest extends SingleFileTranslationTest {
fooBoxTest();
}
public void testInheritanceFromNativeClass() throws Exception {
checkFooBoxIsOk();
}
public void testClass() throws Exception {
fooBoxTest();
}