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

9 lines
215 B
TypeScript

/// <reference path='fourslash.ts' />
// @Filename: functionDecl.ts
////f/*0*/unction /*1*/foo/*2*/(/*3*/) /*4*/{ /*5*/}
for (const marker of test.markers()) {
verify.noDocCommentTemplateAt(marker);
}