Add additional test cases and notes for KT44429

This commit is contained in:
Ivan Kylchik
2023-03-07 21:37:39 +01:00
committed by Space Team
parent f0d4220ad1
commit d2e92fd70d
17 changed files with 153 additions and 8 deletions
@@ -1500,6 +1500,12 @@ public class FirLightTreeBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated e
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
}
@Test
@TestMetadata("kt44429MustFail.kt")
public void testKt44429MustFail() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/kt44429MustFail.kt");
}
@Test
@TestMetadata("lambdaInLambda.kt")
public void testLambdaInLambda() throws Exception {
@@ -1500,6 +1500,12 @@ public class FirLightTreeBlackBoxInlineCodegenWithIrInlinerTestGenerated extends
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
}
@Test
@TestMetadata("kt44429MustFail.kt")
public void testKt44429MustFail() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/kt44429MustFail.kt");
}
@Test
@TestMetadata("lambdaInLambda.kt")
public void testLambdaInLambda() throws Exception {
@@ -1500,6 +1500,12 @@ public class FirLightTreeSerializeCompileKotlinAgainstInlineKotlinTestGenerated
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
}
@Test
@TestMetadata("kt44429MustFail.kt")
public void testKt44429MustFail() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/kt44429MustFail.kt");
}
@Test
@TestMetadata("lambdaInLambda.kt")
public void testLambdaInLambda() throws Exception {
@@ -1500,6 +1500,12 @@ public class FirPsiBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated extends
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
}
@Test
@TestMetadata("kt44429MustFail.kt")
public void testKt44429MustFail() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/kt44429MustFail.kt");
}
@Test
@TestMetadata("lambdaInLambda.kt")
public void testLambdaInLambda() throws Exception {
@@ -1500,6 +1500,12 @@ public class FirPsiBlackBoxInlineCodegenWithIrInlinerTestGenerated extends Abstr
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
}
@Test
@TestMetadata("kt44429MustFail.kt")
public void testKt44429MustFail() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/kt44429MustFail.kt");
}
@Test
@TestMetadata("lambdaInLambda.kt")
public void testLambdaInLambda() throws Exception {
@@ -1500,6 +1500,12 @@ public class FirPsiSerializeCompileKotlinAgainstInlineKotlinTestGenerated extend
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
}
@Test
@TestMetadata("kt44429MustFail.kt")
public void testKt44429MustFail() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/kt44429MustFail.kt");
}
@Test
@TestMetadata("lambdaInLambda.kt")
public void testLambdaInLambda() throws Exception {