// "Implement methods" "true-preview" enum E { A, B {}; public abstract int foo(); }