1
2
3
4
5
6
7
(
  {
    __functor = self: x: self.foo && x;
    foo = false;
  }
  // { foo = true; }
) true