blob: 4bbdf25b0b97804d5fdcc906c0990fee296fcac7 [file] [log] [blame]
class A{
{
try{
throw new Exception();
}
catch(final Exception <caret>)
}
}