"use strict"; const foo = (bar, baz) => { return baz; }; const bar = (a, b, c) => { return c; };