blob: 12a80aee1f8d4a345c193db2bfaf6c6c6cf05e37 [file] [log] [blame]
class AnonDerived {
public static void main(String[] args) {
new Super(){};
}
}