langtools/test/tools/javac/processing/StopAfterError/StopAfterErrorAux.java
changeset 41255 72fcbd6294cb
equal deleted inserted replaced
41254:08f8dbf7741e 41255:72fcbd6294cb
       
     1 /* /nodynamiccopyright/ */
       
     2 class StopAfterErrorAux {
       
     3     public void test() {
       
     4         should not; get here;
       
     5     }
       
     6 }