blob: 66c4eb3e8a6a13b607ecac7aa9753586bba8281e [file] [log] [blame]
//can't rename m to getClass
//see the lang spec: 9.2
package p;
interface I{
int m();
}