Extend generic static bug #17829
Labels
Breaking Change
Would introduce errors in existing code
Bug
A bug in TypeScript
Fixed
A PR has been merged for this issue
Milestone
TypeScript Version: 2.4.0
Code
Expected behavior: Either the static property
prop
is of type string or I'm given an error to prevent this happening earlier with clear error message.Actual behavior: It claims that
prop
is of typeT
.The text was updated successfully, but these errors were encountered: