TypeScript/tests/cases/fourslash/docCommentTemplateInsideFunctionDeclaration.ts

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);
}