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