Feedback
Fix namespace short-name lookup and import visibility
- Status
- Fixed
- Fixed in
- v26.6.5
- Source discussion
- https://forum.objo.dev/d/420-issue-with-namespaces
- Last updated
- 2026-06-21
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Namespaced types can currently be resolved by short name from unrelated scopes without an Import. If a global type later shares that short name, the compiler reports an ambiguity and can make the global type effectively unnameable by suggesting the same short name as a fully qualified candidate.