J. S. Choi 6276853eb9 Add support for the "Hack" pipeline proposal (#13191)
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
2021-08-03 23:30:16 +02:00

12 lines
212 B
JavaScript

const result = () => {
var _ref, _ref2, _;
return _ref = (_ref2 = (_ = -2.2 // -2.2
, Math.floor(_) // -3
), () => Math.pow(_ref2, 5) // () => -243
), _ref();
}; // -243
expect(result()).toBe(-243);