blob: 5fb882555800181f5d2d557efb93a150f16798f5 [file] [log] [blame]
package aPackage;
import java.io.IOException;
public interface AnInterface {
void methodA(int myInt) throws IOException;
}