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

1 line
47 B
TypeScript

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