Dead
[official-gcc.git] / gomp-20050608-branch / libjava / testsuite / libjava.compile / PR21045.java
blob3d34ee1f304a039ea2f7170ea215823c835868ba
1 public class PR21045
3 class InnerBase {
4 InnerBase() throws Exception, NullPointerException {}
6 void method() {
7 try {
8 InnerBase obj = new InnerBase() {};
9 } catch (Exception e) {}