mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00

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