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