279b6faa56
JavacProcessingEnvironment lets the should-stop policy decide when the compilation should stop. Reviewed-by: jjg
7 lines
116 B
Java
7 lines
116 B
Java
/* /nodynamiccopyright/ */
|
|
class StopAfterErrorAux {
|
|
public void test() {
|
|
should not; get here;
|
|
}
|
|
}
|