3132333435363738
assertNoUnexpectedAlerts(); } public void testMisplacedElement() throws Exception { compile("<java:annotate element='param' with='@Foo' />"); assertAlert(new MisplacedJavaAnnotationError(pos(2,1), "param")); assertNoUnexpectedAlerts(); }