blob: d33a7aac0f24808070f0bfabded6a71b8a84ce3f [file] [log] [blame]
package p;
import java.io.IOException;
/** typecomment template*/
interface I {
public abstract void m() throws IOException;
}