Generate tests
This commit is contained in:
+12
@@ -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 {
|
||||
|
||||
+12
@@ -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 {
|
||||
|
||||
+12
@@ -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 {
|
||||
|
||||
+12
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user