function foo() {} function Component(props) { const a = []; const b = {}; foo(a, b); let _ =
; foo(b); return
; }