TypeScript/tests/cases/fourslash/annotateWithTypeFromJSDoc2.ts
Andy e5f91f5948
Convert annotateWithTypeFromJSDoc refactor to a codefix (#22336)
* Convert annotateWithTypeFromJSDoc refactor to a codefix

* Compute isJsFile once at top
2018-03-06 07:49:21 -08:00

8 lines
151 B
TypeScript

/// <reference path='fourslash.ts' />
// @Filename: test123.ts
/////** @type {number} */
////var [|x|]: string;
verify.getSuggestionDiagnostics([]);