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

2 lines
43 B
TypeScript

var greet = "hello";
var obj = { greet? };