langtools/test/tools/javac/processing/StopAfterError/StopAfterErrorAux.java
author jlahoda
Tue, 04 Oct 2016 17:40:29 +0200
changeset 41255 72fcbd6294cb
permissions -rw-r--r--
8073844: fatal annotation processing errors do not stop compilation Summary: JavacProcessingEnvironment lets the should-stop policy decide when the compilation should stop. Reviewed-by: jjg

/* /nodynamiccopyright/ */
class StopAfterErrorAux {
    public void test() {
        should not; get here;
    }
}