Duplicate methods and constructors in classes

Issue #284 resolved
Cécile Camillieri created an issue

When adding constructors and destructors we can end up with the same method signature multiple times in a class. Plus when adding/removing parameters in methods it doesn't prevent this problem either. Since adding and removing parameters in methods can take multiple steps, we shouldn't prevent the user from having same signatures at a given point. However we should use the validator and return errors in case such things happen.

Comments (3)

  1. Log in to comment