TypeScript/tests/cases/fourslash/codeFixClassImplementInterfaceTypeParamInstantiation.ts
2016-12-14 10:38:00 -08:00

9 lines
157 B
TypeScript

/// <reference path='fourslash.ts' />
//// interface I<T> {
//// x: T;
//// }
////
//// class C implements I { }
verify.not.codeFixAvailable();