blob: 95dfb375c13a4aece33aca672232113b8f9cdbe9 [file] [log] [blame]
//can't rename m to notify
//see the lang spec: 9.2
package p;
interface I{
String m();
}