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