JVM_IR KT-36853 patch parents after tailrecPhase
This commit is contained in:
committed by
TeamCityServer
parent
34f8c7a68b
commit
ac6232b4ba
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+15
@@ -8726,6 +8726,21 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/inheritedFromInterfaceViaAbstractSuperclass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36853.kt")
|
||||
public void testKt36853() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36853_nestedObject.kt")
|
||||
public void testKt36853_nestedObject() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853_nestedObject.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36853a.kt")
|
||||
public void testKt36853a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt6382.kt")
|
||||
public void testKt6382() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt6382.kt");
|
||||
|
||||
Generated
+15
@@ -8183,6 +8183,21 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/inheritedFromInterfaceViaAbstractSuperclass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36853.kt")
|
||||
public void testKt36853() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36853_nestedObject.kt")
|
||||
public void testKt36853_nestedObject() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853_nestedObject.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36853a.kt")
|
||||
public void testKt36853a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt6382.kt")
|
||||
public void testKt6382() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt6382.kt");
|
||||
|
||||
Generated
+15
@@ -8183,6 +8183,21 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/inheritedFromInterfaceViaAbstractSuperclass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36853.kt")
|
||||
public void testKt36853() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36853_nestedObject.kt")
|
||||
public void testKt36853_nestedObject() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853_nestedObject.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36853a.kt")
|
||||
public void testKt36853a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt6382.kt")
|
||||
public void testKt6382() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt6382.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+15
@@ -3884,6 +3884,21 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/inheritedFromInterfaceViaAbstractSuperclass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36853.kt")
|
||||
public void testKt36853() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36853_nestedObject.kt")
|
||||
public void testKt36853_nestedObject() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853_nestedObject.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36853a.kt")
|
||||
public void testKt36853a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt6382.kt")
|
||||
public void testKt6382() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt6382.kt");
|
||||
|
||||
Reference in New Issue
Block a user