cb: (x: T) => void
not assignable to cb: (x: T) => void
when it has an overload: "'any' is not assignable to 'never'"
#23352
Labels
Won't Fix
The severity and priority of this issue do not warrant the time or complexity needed to fix it
TypeScript Version: 2.9.0-dev.20180411
Code
Expected behavior:
No error.
Actual behavior:
Worked in
[email protected]
, broken in[email protected]
.The text was updated successfully, but these errors were encountered: