blob: 2a65087096e122850ebcf718858ba628e482f5d2 [file] [log] [blame]
// "Make 'C' extend 'java.lang.Throwable'" "true"
class C extends Throwable {}
class Main {
public static void main(String[] args) {
throw new <caret>C();
}
}