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