/// ////enum E { //// a ////} ////E.b verify.codeFix({ description: "Add missing enum member 'b'", newFileContent: `enum E { a, b } E.b` });