TypeScript/tests/cases/fourslash/docCommentTemplateInsideFunctionDeclaration.ts
2017-01-18 13:55:31 -08:00

7 lines
183 B
TypeScript

/// <reference path='fourslash.ts' />
// @Filename: functionDecl.ts
////f/*0*/unction /*1*/foo/*2*/(/*3*/) /*4*/{ /*5*/}
goTo.eachMarker(() => verify.noDocCommentTemplate());