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

2 lines
69 B
TypeScript

// @target: ES6
var x = `abc${ "hi" in { hi: 10, hello: 20} }def`;