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