blob: 147c17cd78306ae18f811537d6ec152ae9ae003d [file] [log] [blame]
package test0413;
class E extends Exception {
}
interface A {
void m() throws IOException, E;
}