TypeScript/tests/cases/fourslash/jsDocForTypeAlias.ts
2016-10-11 11:14:15 -07:00

8 lines
147 B
TypeScript

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