Fix a bug that prevented LanguageKit from discovering all polymorphic methods.
Updated 1 year, 9 months ago
| Truls Becken | Reviewers | ||
| EtoileCore | |||
| None | Etoile trunk (etoile/trunk/Etoile) | ||
Not all methods were checked because only the first element of the linked list class->methods was used. Also got rid of some unnecessary setObject:forKey: work and the nextClass variable.