TypeScript/tests/cases/fourslash/codeFixClassImplementInterfaceTypeParamInstantiateT.ts

11 lines
179 B
TypeScript
Raw Normal View History

2016-11-05 00:34:10 +01:00
/// <reference path='fourslash.ts' />
//// interface I<T> {
//// x: T;
//// }
////
2017-03-13 01:14:20 +01:00
//// class C<T> implements I<T> {[| |]}
2016-11-05 00:34:10 +01:00
verify.rangeAfterCodeFix(`
2016-11-05 00:34:10 +01:00
x: T;
`);