Home | History | Annotate | Download | only in src
      1 class Y extends X {
      2     public Y() {
      3     }
      4 
      5     int bar() {
      6         return 1;
      7     }
      8 }
      9