use of org.eclipse.xtend.core.xtend.XtendAnnotationType in project xtext-xtend by eclipse.
the class XtendValidationTest method testAnnotationTarget_07.
@Test
public void testAnnotationTarget_07() throws Exception {
XtendAnnotationType annotationType = annotationType("@testdata.Annotation4 annotation A {}");
helper.assertNoErrors(annotationType);
}
Aggregations