TypeScript/tests/cases/fourslash/incompleteFunctionCallCodefix3.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

7 lines
132 B
TypeScript

/// <reference path='fourslash.ts' />
// @noImplicitAny: true
//// function ...q) {}} f(10);
verify.not.codeFixAvailable();