Add additional test cases and notes for KT44429
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user