JS: add test to prove that KT-15622 is no more reproducible

This commit is contained in:
Alexey Andreev
2017-09-27 13:54:34 +03:00
parent 43c6f8b9b1
commit bf87826dd1
2 changed files with 59 additions and 0 deletions
@@ -925,6 +925,12 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/coroutines/localVarOptimization.kt");
doTest(fileName);
}
@TestMetadata("nativeExceptions.kt")
public void testNativeExceptions() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/coroutines/nativeExceptions.kt");
doTest(fileName);
}
}
@TestMetadata("js/js.translator/testData/box/crossModuleRef")