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