Dawid
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Dawid created a post, 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...