[FE] Remove BuilderInference annotation from tests
This commit is contained in:
+6
@@ -18923,6 +18923,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInferenceLeakingVariable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("builderInferenceWithAnnotation.kt")
|
||||
public void testBuilderInferenceWithAnnotation() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInferenceWithAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("capturedStarProjection.kt")
|
||||
public void testCapturedStarProjection() throws Exception {
|
||||
|
||||
+6
@@ -19397,6 +19397,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/inference/builderInferenceLeakingVariable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("builderInferenceWithAnnotation.kt")
|
||||
public void testBuilderInferenceWithAnnotation() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInferenceWithAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("capturedStarProjection.kt")
|
||||
public void testCapturedStarProjection() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user