Closed loedeman closed 4 years ago
This PR should fix #86. Instead of extending Is(Not)OfType I implement Is(Not)AssignableToType instead, like mentioned in the issue. Also, added a couple of unit tests to cover the new functionality.
LGTM, thanks for the contribution.
This PR should fix #86. Instead of extending Is(Not)OfType I implement Is(Not)AssignableToType instead, like mentioned in the issue. Also, added a couple of unit tests to cover the new functionality.