JS backend: support secondary constructors in native classes
This commit is contained in:
@@ -151,4 +151,8 @@ public final class NativeInteropTest extends SingleFileTranslationTest {
|
||||
public void testTypeof() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testSecondaryConstructor() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user