[JS BE] KT-22053 Fix constructor delegation of immediate subtype of Error
This commit is contained in:
+5
@@ -3004,6 +3004,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/expression/try/exceptionToString.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt22053.kt")
|
||||
public void testKt22053() throws Exception {
|
||||
runTest("js/js.translator/testData/box/expression/try/kt22053.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("multipleCatchBlocks.kt")
|
||||
public void testMultipleCatchBlocks() throws Exception {
|
||||
runTest("js/js.translator/testData/box/expression/try/multipleCatchBlocks.kt");
|
||||
|
||||
+5
@@ -3004,6 +3004,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/expression/try/exceptionToString.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt22053.kt")
|
||||
public void testKt22053() throws Exception {
|
||||
runTest("js/js.translator/testData/box/expression/try/kt22053.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("multipleCatchBlocks.kt")
|
||||
public void testMultipleCatchBlocks() throws Exception {
|
||||
runTest("js/js.translator/testData/box/expression/try/multipleCatchBlocks.kt");
|
||||
|
||||
Reference in New Issue
Block a user