//can't rename m to hashCode //see the lang spec: 9.2 package p; interface I{ String m(); }