blob: 4a022beabac75858b3f15532c004d0939b391d78 [file] [log] [blame]
//can't rename m to wait
//see the lang spec: 9.2
package p;
interface I{
String m(long timeout) throws InterruptedException;
}