Files
babel/test/fixtures/generation/harmony-edgecase/one-assignment-property/expected.js
Sebastian McKenzie df70be4ebb clean up and fix tests
2014-11-07 12:33:35 +11:00

6 lines
66 B
JavaScript

({ t: t }) = obj;
({
t: { C: C }
}) = obj;
({ a, b, c }) = obj;