package test531; enum A { C { void foo() { } }, D { void foo() { } }; }