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

1 line
50 B
TypeScript

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