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