blob: 341a9d18fa744fc7fc4f959b66071d19155baa55 [file] [log] [blame]
class Test {
/**
*@throws java.lang.ArrayIndexOutOfBoundsException in some case
*/
void foo() throws java.io.IOException, java.lang.ArrayIndexOutOfBoundsException {
}
}