Files
babel/test/fixtures/generation/harmony/one-assignment-property/expected.js
2014-10-31 11:35:57 +11:00

6 lines
62 B
JavaScript

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