Closed denbell5 closed 7 months ago
As described in #305 , the bug is related to overridden indexer in inherited class. So, to fix it, I added an additional comparison to select indexer with higher priority - indexer that is declared in the descendant class.
Fix #305
As described in #305 , the bug is related to overridden indexer in inherited class. So, to fix it, I added an additional comparison to select indexer with higher priority - indexer that is declared in the descendant class.
Fix #305