TypeScript/tests/cases/fourslash/signatureHelpTaggedTemplatesNegatives5.ts

8 lines
187 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts' />
//// function foo(strs, ...rest) {
//// }
////
2014-11-25 23:42:15 +01:00
//// /*1*/fo/*2*/o /*3*/`abcd`/*4*/
goTo.eachMarker(() => verify.not.signatureHelpPresent());