-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bug where Interface::inherits() impls were not checking against b…
…ase classes The check for whether to include a recursive call to Interface::inherits() for an interface's base class was incorrectly always returning false, since it was checking the "bases" iteration variable from a previous section of the method. Change it to correctly check against the original "record.bases", and tighten up the scope for the base class traversal loops since that would have prevented this mistake from occurring.
- Loading branch information
Showing
1 changed file
with
31 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters