package p; class T { public String toString() { return super.toString() + new Integer(1).toString(); } }