use of org.eclipse.xtend.core.xtend.XtendField in project xtext-xtend by eclipse.
the class CodeStyleValidationTest method testInferedApiField07.
@Test
public void testInferedApiField07() throws Exception {
XtendField field = field("public val f");
helper.assertNoIssue(field, XTEND_FIELD, API_TYPE_INFERENCE);
}
Aggregations