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