Files

7 lines
101 B
Java

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