TypeScript/tests/cases/fourslash/codeFixClassImplementInterfaceTypeParamInstantiateT.ts
2017-03-12 17:14:20 -07:00

11 lines
179 B
TypeScript

/// <reference path='fourslash.ts' />
//// interface I<T> {
//// x: T;
//// }
////
//// class C<T> implements I<T> {[| |]}
verify.rangeAfterCodeFix(`
x: T;
`);