TypeScript/tests/cases/compiler/objectBindingPattern_restElementWithPropertyName.ts
Andy b5ae9de7ba
Add grammar error for const { ...a: b } = {}; (#21267)
* Add grammar error for `const { ...a: b } = {};`

* Fix bug: bring in forEachChild change from #21268
2018-01-18 10:57:35 -08:00

2 lines
25 B
TypeScript