function component() {
  let x = function (a) {
    a.foo();
  };
  return x;
}