Home | History | Annotate | Download | only in testdata
      1 package testdata;
      2 
      3 public class B {
      4     public static void main(String[] args) {
      5         System.out.println(new A().hello());
      6     }
      7 }
      8