Files

8 lines
110 B
Java

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