Generate tests
This commit is contained in:
+12
@@ -1518,6 +1518,18 @@ public class FirLightTreeBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated e
|
||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.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
@@ -1518,6 +1518,18 @@ public class FirLightTreeBlackBoxInlineCodegenWithIrInlinerTestGenerated extends
|
||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.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
@@ -1518,6 +1518,18 @@ public class FirLightTreeSerializeCompileKotlinAgainstInlineKotlinTestGenerated
|
||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.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
@@ -1518,6 +1518,18 @@ public class FirPsiBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated extends
|
||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.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
@@ -1518,6 +1518,18 @@ public class FirPsiBlackBoxInlineCodegenWithIrInlinerTestGenerated extends Abstr
|
||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.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
@@ -1518,6 +1518,18 @@ public class FirPsiSerializeCompileKotlinAgainstInlineKotlinTestGenerated extend
|
||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.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
@@ -1494,6 +1494,18 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
|
||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.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
@@ -1494,6 +1494,18 @@ public class CompileKotlinAgainstInlineKotlinTestGenerated extends AbstractCompi
|
||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.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
@@ -1518,6 +1518,18 @@ public class IrBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated extends Abs
|
||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.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
@@ -1518,6 +1518,18 @@ public class IrBlackBoxInlineCodegenWithIrInlinerTestGenerated extends AbstractI
|
||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.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
@@ -1518,6 +1518,18 @@ public class IrCompileKotlinAgainstInlineKotlinTestGenerated extends AbstractIrC
|
||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.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
@@ -1518,6 +1518,18 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
|
||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.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
@@ -1518,6 +1518,18 @@ public class JvmIrAgainstOldBoxInlineTestGenerated extends AbstractJvmIrAgainstO
|
||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.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
@@ -1494,6 +1494,18 @@ public class JvmOldAgainstIrBoxInlineTestGenerated extends AbstractJvmOldAgainst
|
||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.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