blob: 1a77926ac086c0f82f421ce74430ecb0f6aa6e3d [file] [log] [blame]
class MyException extends RuntimeException {
public MyException(String[] s) {}
}
class XXX {
{
throw new MyException(new <caret>)
}
}