Files
2010-01-20 21:18:06 +03:00

8 lines
110 B
Java

public class Test {
{
if(x) {
throw new Exception();
}
<caret>
}
}