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

8 lines
217 B
TypeScript

/// <reference path='fourslash.ts' />
//// function foo(strs, ...rest) {
//// }
////
//// /*1*/fo/*2*/o /*3*/`abcd${0 + 1}abcd{1 + 1}abcd`/*4*/ /*5*/
goTo.eachMarker(() => verify.not.signatureHelpPresent());