TypeScript/tests/cases/fourslash/jsDocForTypeAlias.ts

8 lines
146 B
TypeScript
Raw Normal View History

2016-10-11 20:14:15 +02:00
///<reference path="fourslash.ts" />
/////** DOC */
////type /**/T = number
goTo.marker();
verify.quickInfoIs("type T = number", "DOC");