JS backend: support secondary constructors in native classes

This commit is contained in:
Zalim Bashorov
2015-06-01 14:52:29 +03:00
parent 08439c541e
commit 33fb3fb6e4
5 changed files with 39 additions and 2 deletions
@@ -151,4 +151,8 @@ public final class NativeInteropTest extends SingleFileTranslationTest {
public void testTypeof() throws Exception {
checkFooBoxIsOk();
}
public void testSecondaryConstructor() throws Exception {
checkFooBoxIsOk();
}
}