Home | History | Annotate | Download | only in source-extension
      1 package annotator.tests;
      2 
      3 public class FieldNew {
      4   Object f = new FieldNew();
      5 }
      6