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
@@ -42321,6 +42321,18 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
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 {
@@ -43411,6 +43411,18 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
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 {
@@ -41777,6 +41777,18 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
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 {
@@ -42322,6 +42322,18 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
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 {