3789983e89
Reviewed-by: darcy, ihse
7 lines
116 B
Java
7 lines
116 B
Java
/* /nodynamiccopyright/ */
|
|
class StopAfterErrorAux {
|
|
public void test() {
|
|
should not; get here;
|
|
}
|
|
}
|