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