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