You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compilation of such code will cause lot of error: unresolved reference: Handler errors because of the name clash.
Current proposal is to rename one of aliases if such clash occurs.
The text was updated successfully, but these errors were encountered:
Consider following code:
Since we are merging namespaces and interfaces, we have to extract type aliases, and while we do so, we end up with following code:
The compilation of such code will cause lot of
error: unresolved reference: Handler
errors because of the name clash.Current proposal is to rename one of aliases if such clash occurs.
The text was updated successfully, but these errors were encountered: