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