mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
7 lines
116 B
Java
7 lines
116 B
Java
/* /nodynamiccopyright/ */
|
|
class StopAfterErrorAux {
|
|
public void test() {
|
|
should not; get here;
|
|
}
|
|
}
|