Home | History | Annotate | Download | only in src2
      1 /*
      2  * Unresolved classes / fields / methods in a resolved class.
      3  *
      4  * "happy" version.
      5  */
      6 
      7 public class UnresStuff {
      8     public int x;
      9 }
     10