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

2 lines
42 B
TypeScript

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