blob: acdbe6ab8dc434ab65f3482ad0829e3dab26b19f [file] [log] [blame]
//can't rename m to equals
//see the lang spec: 9.2
package p;
interface I{
void m(Object o);
}