Home | History | Annotate | Download | only in test
      1 package test;
      2 
      3 public class DummyObject {
      4 
      5   public String toString() {
      6     return "dummy";
      7   }
      8 }
      9