blob: 2dee611e0107eed0f03b1a4c9eb90783dbe5ee85 [file] [log] [blame]
/* Test case for bug 6779 searchDeclarationsOfReferencedTyped - missing exception types
public class X {
public void foo() throws MyException {
}
}
class MyException extends Exception {
}
*/