blob: 7f62c76c79cb96c7acae15e30a25644e0b40d6aa [file] [log] [blame]
//can't rename m to toString
//see the spec: 9.2
package p;
interface I{
String m() throws Exception;
}