TypeScript/tests/cases/fourslash/codeFixInferFromUsageCall.ts
Mohamed Hegazy 0c1730a218 Fix #19257: Ensure a generated signature has a return type (#19264)
* Fix #19257: Ensure a generated signature has a return type

* Ensure generated properties have types

* Use the same context for multiple inferences to the same property access
2017-10-17 16:51:22 -07:00

8 lines
159 B
TypeScript

/// <reference path='fourslash.ts' />
// @noImplicitAny: true
////function wat([|b |]) {
//// b();
////}
verify.rangeAfterCodeFix("b: () => void");