Home | History | Annotate | Download | only in tests
      1 package annotator.tests;
      2 
      3 public class DeclarationAnnotation {
      4   @java.lang.SuppressWarnings("string argument")
      5   public void foo() {
      6   }
      7 }
      8