Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compare descriptor to find call origins
Since we meanwhile have the descriptor both on the search target and the code unit candidates, we can simply compare that instead of comparing raw parameter types and return type individually. Note that this by itself would have already fixed the bug where call origins cannot be identified if descriptor and signature mismatch, but nevertheless the API would have been behaving wrongly when deriving the raw return type from the erasure of the generic return type. Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
- Loading branch information