TypeScript/tests/cases/fourslash/signatureHelpTaggedTemplatesNegatives4.ts

11 lines
240 B
TypeScript

/// <reference path='fourslash.ts' />
//// function foo(strs, ...rest) {
//// }
////
//// /*1*/fo/*2*/o /*3*/``/*4*/ /*5*/
test.markers().forEach(m => {
goTo.position(m.position);
verify.not.signatureHelpPresent();
});