output.js 66 B

123456
  1. var _;
  2. var inc = x => x + 1;
  3. expect((_ = 10, inc(_))).toBe(11);