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

8 lines
146 B
TypeScript

///<reference path="fourslash.ts" />
/////** DOC */
////type /**/T = number
goTo.marker();
verify.quickInfoIs("type T = number", "DOC");