TypeScript/tests/cases/fourslash/completionListInUnclosedTaggedTemplate02.ts

7 lines
191 B
TypeScript

/// <reference path='fourslash.ts' />
////var x;
////var y = (p) => x `abc ${ 123 } ${ /*1*/
verify.completions({ marker: "1", includes: ["p", "x"], isNewIdentifierLocation: true });