TypeScript/tests/cases/fourslash/quickInfoJsdocTypedefMissingType.ts

12 lines
168 B
TypeScript
Raw Normal View History

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