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

2 lines
46 B
TypeScript

// @target: ES6
var x = 1 * `abc${ 1 }def`;