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