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