Generate tests

This commit is contained in:
Zalim Bashorov
2023-08-01 00:42:35 +02:00
parent acc3dc0daa
commit cac5342add
23 changed files with 276 additions and 0 deletions
@@ -1266,6 +1266,18 @@ public class FirJsCodegenInlineTestGenerated extends AbstractFirJsCodegenInlineT
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
}
@Test
@TestMetadata("nestedCallsWithGeneric.kt")
public void testNestedCallsWithGeneric() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
}
@Test
@TestMetadata("nestedCallsWithGenericToInt.kt")
public void testNestedCallsWithGenericToInt() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
}
@Test
@TestMetadata("swapAndWith.kt")
public void testSwapAndWith() throws Exception {
@@ -1266,6 +1266,18 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
}
@Test
@TestMetadata("nestedCallsWithGeneric.kt")
public void testNestedCallsWithGeneric() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
}
@Test
@TestMetadata("nestedCallsWithGenericToInt.kt")
public void testNestedCallsWithGenericToInt() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
}
@Test
@TestMetadata("swapAndWith.kt")
public void testSwapAndWith() throws Exception {
@@ -1266,6 +1266,18 @@ public class IrJsES6CodegenInlineTestGenerated extends AbstractIrJsES6CodegenInl
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
}
@Test
@TestMetadata("nestedCallsWithGeneric.kt")
public void testNestedCallsWithGeneric() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
}
@Test
@TestMetadata("nestedCallsWithGenericToInt.kt")
public void testNestedCallsWithGenericToInt() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
}
@Test
@TestMetadata("swapAndWith.kt")
public void testSwapAndWith() throws Exception {