TypeScript/tests/cases/fourslash/signatureHelpTaggedTemplatesNegatives2.ts

11 lines
No EOL
263 B
TypeScript

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