Add test for KT-46225
This commit is contained in:
committed by
TeamCityServer
parent
38f21b7139
commit
0621b79505
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -9267,6 +9267,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/callDefaultFromInitializer.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("captureInTailrec.kt")
|
||||
public void testCaptureInTailrec() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/captureInTailrec.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("complexInheritance.kt")
|
||||
public void testComplexInheritance() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/complexInheritance.kt");
|
||||
|
||||
Generated
+5
@@ -8673,6 +8673,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/callDefaultFromInitializer.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("captureInTailrec.kt")
|
||||
public void testCaptureInTailrec() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/captureInTailrec.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("complexInheritance.kt")
|
||||
public void testComplexInheritance() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/complexInheritance.kt");
|
||||
|
||||
Generated
+5
@@ -8638,6 +8638,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/callDefaultFromInitializer.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("captureInTailrec.kt")
|
||||
public void testCaptureInTailrec() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/captureInTailrec.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("complexInheritance.kt")
|
||||
public void testComplexInheritance() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/complexInheritance.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+5
@@ -5154,6 +5154,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/callDefaultFromInitializer.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("captureInTailrec.kt")
|
||||
public void testCaptureInTailrec() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/captureInTailrec.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("complexInheritance.kt")
|
||||
public void testComplexInheritance() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/complexInheritance.kt");
|
||||
|
||||
Reference in New Issue
Block a user