1 package test;
2 
3 public class Empty {
toString()4 public String toString() { return "nothing"; }
5 }
6