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

2 lines
60 B
TypeScript

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