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