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

2 lines
46 B
TypeScript

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