/// //// var index = { set p(x: [|*|]) { x; } }; verify.codeFix({ description: "Change '*' to 'any'", newRangeContent: "any", });