TypeScript/tests/baselines/reference/templateStringWithPropertyAccessES6.js

6 lines
156 B
TypeScript
Raw Normal View History

//// [templateStringWithPropertyAccessES6.ts]
`abc${0}abc`.indexOf(`abc`);
//// [templateStringWithPropertyAccessES6.js]
`abc${0}abc`.indexOf(`abc`);