TypeScript/tests/cases/fourslash/annotateWithTypeFromJSDoc2.ts

8 lines
151 B
TypeScript
Raw Normal View History

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