Flow 0.46+ supports [verifying the number of arguments passed to a function](https://flow.org/blog/2017/05/07/Strict-Function-Call-Arity/). Enabling this feature (`experimental.strict_call_arity=true`) and updating to Flow ^0.46.0 in master results in 40 arity errors. - [x] PR #9816 reduces this to 28 errors. - [ ] Fix remaining errors