TypeScript/tests/cases/conformance/es6/templates/templateStringWithPropertyAccessES6.ts

2 lines
48 B
TypeScript
Raw Normal View History

// @target: ES6
`abc${0}abc`.indexOf(`abc`);