blob: d0a9b742ed64b4df57ccd0c047bb20bdcd5e2cf5 [file] [log] [blame]
package test0056;
public enum X {
BLEU(){
void foo() {}},
BLANC,
ROUGE;
int i = 0;
void foo(int... i) {
new Object() {}; //
Zork1 z;
}
}