summaryrefslogtreecommitdiff
path: root/java/java-tests/testData/psi/parser-full/annotationParsing/annotation/Errors.java
blob: 4e90d08eb3eafd0cb1df8e8a386970747e326eb7 (plain)
1
2
3
4
5
6
7
8
@Ann(<error descr="Cannot find method 'value'">0</error>) class D {

  <error>@EJB</error>
  Runnable myMissingEjbRef;

  public <T> @SafeVarargs
  static void m();
}