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

8 lines
226 B
TypeScript

/// <reference path="fourslash.ts" />
////`/*0*/ /*1*/$ /*2*/{ /*3*/$/*4*/{ 10 + 1.1 }/*5*/ 12312/*6*/`
////
////`asdasd$/*7*/{ 2 + 1.1 }/*8*/ 12312 /*9*/{/*10*/
goTo.eachMarker(() => verify.completionListIsEmpty());