`IndexEntryResolver` resolves constructors to super-classes' constructors with matching params. The issue probably originates in `InheritanceIndex` and is probably solvable with a simple `isConstructor()` check.