//can't rename m to equals
//see the lang spec: 9.2
package p;
interface I{
	void m(java.lang.Object o);
}