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

2 lines
45 B
TypeScript

// @target: ES6
var x = `abc${ 10 + 10 }def`;