TypeScript/tests/cases/fourslash/codeFixClassImplementInterfaceTypeParamInstantiation.ts
Andy aed0eb6693
Improve verify.codeFixAvailable (#24325)
* Improve verify.codeFixAvailable

* Revert change to `verify.not.codeFixAvailable()`, and use `assertObjectsEqual` for better errors
2018-05-22 16:04:39 -07:00

10 lines
158 B
TypeScript

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