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

1 line
41 B
TypeScript

var x = `abc${ new String("Hi") }def`;