package p; import java.io.IOException; /** typecomment template*/ interface I { public abstract void m() throws IOException; }