blob: 9964bf1e5aa3fc9476c5d94a0e689ab411d8c42d [file] [log] [blame]
class A{
void foo() throws MyException{
throw new MyException();<caret>
}
class MyException extends Exception{}
}