Wrong type resolution of items imported via alias and shadowed with local items #5599
Labels
bug
Something isn't working
compiler: frontend
Everything to do with type checking, control flow analysis, and everything between parsing and IRgen
compiler
General compiler. Should eventually become more specific as the issue is triaged
This example compiles, and shows that aliases
LibE
andLibS
get resolved to the local items instead to the items imported from the library.Related to #5500.
The text was updated successfully, but these errors were encountered: