[JS IR BE] Fix overriding property of Throwable
This commit is contained in:
+5
@@ -2697,6 +2697,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/expression/try/nestedTryCatchInCatch.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("overrideThrowableProperties.kt")
|
||||
public void testOverrideThrowableProperties() throws Exception {
|
||||
runTest("js/js.translator/testData/box/expression/try/overrideThrowableProperties.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("rethrowExceptionIfNotCaught.kt")
|
||||
public void testRethrowExceptionIfNotCaught() throws Exception {
|
||||
runTest("js/js.translator/testData/box/expression/try/rethrowExceptionIfNotCaught.kt");
|
||||
|
||||
+5
@@ -2712,6 +2712,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/expression/try/nestedTryCatchInCatch.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("overrideThrowableProperties.kt")
|
||||
public void testOverrideThrowableProperties() throws Exception {
|
||||
runTest("js/js.translator/testData/box/expression/try/overrideThrowableProperties.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("rethrowExceptionIfNotCaught.kt")
|
||||
public void testRethrowExceptionIfNotCaught() throws Exception {
|
||||
runTest("js/js.translator/testData/box/expression/try/rethrowExceptionIfNotCaught.kt");
|
||||
|
||||
Reference in New Issue
Block a user