Aliases are super simple in implementation Since they can only be used by name (via NameUseExprNode node), we simply replace NameUseExprNode with aliased entity when name is resolved
See Implementation
Aliases are super simple in implementation Since they can only be used by name (via NameUseExprNode node), we simply replace NameUseExprNode with aliased entity when name is resolved