blob: c699fcf92788cf6249e5be294ca97657d1e4553e [file] [log] [blame]
package test531;
enum A {
C {
void foo() {
}
},
D {
void foo() {
}
};
}