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