/// //// interface I { //// x: T; //// } //// //// class C implements I { } // TODO: (arozga) Don't know how to instantiate in codeFix // if instantiation is invalid. // Should be verify.codeFixAvailable([]); verify.codeFixAvailable([{ description: "Implement interface 'I'" }]);