TypeScript/tests/cases/fourslash/completionListInUnclosedTaggedTemplate02.ts
2015-03-17 12:21:35 -07:00

8 lines
191 B
TypeScript

/// <reference path='fourslash.ts' />
////var x;
////var y = (p) => x `abc ${ 123 } ${ /*1*/
goTo.marker("1");
verify.completionListContains("p");
verify.completionListContains("x");