TypeScript/tests/cases/fourslash/docCommentTemplateNamespacesAndModules02.ts
2017-12-11 15:56:31 -08:00

15 lines
270 B
TypeScript

/// <reference path='fourslash.ts' />
/////*top*/
////namespace n1.
//// /*n2*/ n2.
//// /*n3*/ n3 {
////}
verify.docCommentTemplateAt("top", /*indentation*/ 3,
"/** */");
verify.noDocCommentTemplateAt("n2");
verify.noDocCommentTemplateAt("n3");