Closed benmerckx closed 6 years ago
Do we also need to check cls.statics
? If I understand correctly abstract impl classes should contain no instance members but only static ones?
Yes we do :) Let me try and add a test here.
It's actually only statics that need to be checked, as there's never an instance created. My first try was a bit too fast.
Looks very nice. Thanks!
Fixes #18