Convert SyntheticMethodForAnnotatedPropertyGenTest to a box test

This commit is contained in:
Alexander Udalov
2019-12-30 16:29:15 +01:00
parent 8f30b25b24
commit cc0b231b3b
10 changed files with 68 additions and 104 deletions
@@ -186,6 +186,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/annotations/singleAssignmentToVarargInAnnotation.kt");
}
@TestMetadata("syntheticMethodForProperty.kt")
public void testSyntheticMethodForProperty() throws Exception {
runTest("compiler/testData/codegen/box/annotations/syntheticMethodForProperty.kt");
}
@TestMetadata("typeAnnotationOnJdk6.kt")
public void testTypeAnnotationOnJdk6() throws Exception {
runTest("compiler/testData/codegen/box/annotations/typeAnnotationOnJdk6.kt");