JS backend: fix inheritance from native class & remove createConstructor() function from stdLib
This commit is contained in:
@@ -45,6 +45,10 @@ public final class NativeInteropTest extends SingleFileTranslationTest {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
public void testInheritanceFromNativeClass() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testClass() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user