TypeScript/tests/cases/fourslash/quickInfoJsDocTags1.ts
2018-07-28 10:36:10 -06:00

8 lines
159 B
TypeScript

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