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