swc/crates/swc_ecma_parser/tests/tsc/templateStringWithPropertyAccessES6.ts

2 lines
47 B
TypeScript

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