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

8 lines
233 B
TypeScript

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