TypeScript/tests/cases/fourslash/quickInfoJsDocTags1.ts

8 lines
159 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts'/>
// @Filename: quickInfoJsDocTags1.ts
/////** Doc */
////const /**/x = 0;
verify.quickInfoAt("", "const x: 0", "Doc");