mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
6 lines
116 B
Java
6 lines
116 B
Java
/* /nodynamiccopyright/ */
|
|
class StopAfterErrorAux {
|
|
public void test() {
|
|
should not; get here;
|
|
}
|
|
}
|