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