blob: 266de81a958337f6933849d4440504274898ee28 [file] [log] [blame]
//can't rename m to toString
//see the spec: 9.2
package p;
interface I{
void m();
}