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

9 lines
169 B
JavaScript

var _ref, _ref2;
const triple = function (x) {
return x * 3;
};
const result = (_ref2 = (_ref = -7, Math.abs(_ref)), triple(_ref2));
return expect(result).toBe(21);