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