TypeScript/tests/cases/fourslash/quickInfoJsdocTypedefMissingType.ts
Andy b4018a2ef1 Handle @typedef tag with missing type (#18662)
* Handle @typedef tag with missing type

* Add single quotes to diagnostic

* Remove redundant jsdoc checking (now done on every source element)

* Update baselines
2017-09-25 12:11:33 -07:00

12 lines
168 B
TypeScript

/// <reference path='fourslash.ts' />
// @allowJs: true
// @Filename: /a.js
/////**
//// * @typedef /**/A
//// */
////var x;
verify.quickInfoAt("", "type A = any");