non-null assertion on TypeParameter changes string | undefined
to String
#21360
Milestone
string | undefined
to String
#21360
TypeScript Version: 2.7.0-dev.20180123
Search Terms:
Code
Expected behavior:
No type error.
Actual behavior:
This is caused by #20995. To be fair, without that change the above was not valid at all.
Playground Link:
Related Issues:
Maybe related to #21317
The text was updated successfully, but these errors were encountered: