- clone dt
- cd ~/dt/types/ramda
- in ramda-tests.ts, look for (or add) the following code:
const x: number = R.thunkify(R.identity)(42)();
Expected behavior:
No error?
Actual behavior:
Error, 'unknown' is not assignable to 'number'.
Reverting #33228 fixes the error.
Expected behavior:
No error?
Actual behavior:
Error, 'unknown' is not assignable to 'number'.
Reverting #33228 fixes the error.