Dawid
- 活动总数 3
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 1
-
创建于 TypeScript - properties with getters & setters are detected incorrectly as read-only, when generics and union type used
I found a bug regarding slightly more complex union types. When there is (A) a generic class with getter/setter and (B) class extending the (A), the union of these two classes will be detected by W...