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

8 lines
315 B
TypeScript

/// <reference path='fourslash.ts' />
//// function f(templateStrings, x, y, z) { return 10; }
//// function g(templateStrings, x, y, z) { return ""; }
////
//// /*1*/f/*2*/ /*3*/` qwerty ${ 123 } asdf ${ 41234 } zxcvb ${ g ` ` } `/*4*/
goTo.eachMarker(() => verify.not.signatureHelpPresent());