Home | History | Annotate | Download | only in foo
      1 package foo;
      2 
      3 
      4 public abstract class B implements A {
      5 }