carbon-lang icon indicating copy to clipboard operation
carbon-lang copied to clipboard

Handle merging of conflicting 'export name' cross-package imports.

Open jonmeow opened this issue 1 year ago • 1 comments

jonmeow avatar May 21 '24 21:05 jonmeow

Depends on #3971

jonmeow avatar May 21 '24 21:05 jonmeow

I think you're thinking of same-library imports, where namespaces are intended to dominate. Cross-package imports are handled very differently, with namespaces just being a conflict, and cross_package_import.carbon should already be testing.

jonmeow avatar May 22 '24 22:05 jonmeow