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