Files
babel/test/fixtures/syntax/destructuring/multiple/expected.js
2014-10-11 22:42:31 +11:00

4 lines
53 B
JavaScript

var x = coords.x;
var y = coords.y;
var foo = "bar";