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

3 lines
49 B
TypeScript

var x = {
a: `abc${ 123 }def${ 456 }ghi`
}