Files
babel/test/fixtures/syntax/computed-property-names/multiple/actual.js
2014-10-11 22:42:31 +11:00

5 lines
58 B
JavaScript

var obj = {
["x" + foo]: "heh",
["y" + bar]: "noo"
};