8 lines
109 B
JavaScript

"use strict";
var obj = (function () {
var _obj = {};
_obj["x" + foo.bar] = "heh";
return _obj;
})();