Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make erased names in
simp
clickable (#4176)
as usually, just a matter of using the `WithInfo` variant. Also simplifying the code a bit, it seems we can use `realizeGlobalConstNoOverloadWithInfo` here. (It's somehwatdubious API design that of all the functions in the `{resolve/realise}GlobalConst{NoOverload,}{WithInfo,}` family the one with the longest name is the one that should be used unless one has a reason to use another one.) Fixes: #4174
- Loading branch information