blob: 472fc7869e94ac21790393fd4cb02ce539c57793 [file] [log] [blame]
public class Test {
{
if(x) {
throw new Exception();
}
<caret>
}
}