`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.
IndexEntryResolverresolves constructors to super-classes' constructors with matching params.The issue probably originates in
InheritanceIndexand is probably solvable with a simpleisConstructor()check.