- Code: V057
- Level: MAJOR
- Rule: Trait private method added
Adding a private method to a trait may enter in conflict with an existing method in the class using the trait.
- [MAJOR] Makes incompatible API changes
Adding a private method to a trait may enter in conflict with an existing method in the class using the trait.