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

2 lines
42 B
TypeScript

// @target: ES6
var x = (`abc${0}abc`);