blob: 16f566d422586d4eb1f9c3cac68b6ecf93975f0d [file] [log] [blame]
package test;
public enum A {
D() {
void foo() {
}
},
B
}