TypeScript/tests/cases/fourslash/signatureHelpTaggedTemplatesNegatives5.ts
Daniel Rosenwasser 46991b79e0 Fixed test.
2014-11-25 14:42:15 -08:00

11 lines
No EOL
237 B
TypeScript

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