package staticMethods_in; interface A_test106 { enum E { A; int foo() { /*[*/return 0;/*]*/ } } }