But it compiled to : ``` function Foo(id) { t...
# javascript
y
But it compiled to :
Copy code
function Foo(id) {
    this.id_a16eoc$_0 = id;
  }
  Object.defineProperty(Foo.prototype, 'id', {
    get: function () {
      return this.id_a16eoc$_0;
    }
  });