[JS IR] Fix IrGetClass for Throwable successors
- add test
This commit is contained in:
+5
@@ -6698,6 +6698,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("js/js.translator/testData/box/reflection"), Pattern.compile("^([^_](.+))\\.kt$"), TargetBackend.JS_IR, true);
|
||||
}
|
||||
|
||||
@TestMetadata("classJsName.kt")
|
||||
public void testClassJsName() throws Exception {
|
||||
runTest("js/js.translator/testData/box/reflection/classJsName.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("external.kt")
|
||||
public void testExternal() throws Exception {
|
||||
runTest("js/js.translator/testData/box/reflection/external.kt");
|
||||
|
||||
+5
@@ -6728,6 +6728,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("js/js.translator/testData/box/reflection"), Pattern.compile("^([^_](.+))\\.kt$"), TargetBackend.JS, true);
|
||||
}
|
||||
|
||||
@TestMetadata("classJsName.kt")
|
||||
public void testClassJsName() throws Exception {
|
||||
runTest("js/js.translator/testData/box/reflection/classJsName.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("external.kt")
|
||||
public void testExternal() throws Exception {
|
||||
runTest("js/js.translator/testData/box/reflection/external.kt");
|
||||
|
||||
Reference in New Issue
Block a user