``` const y = () => {}; function x(foo = y) {} ``` the function param's default value will cause error