I donโt think so, because the parser does not even cope with this syntax: a::b::c gives
Error: unexpected '::' in "a :: b ::"
ie, we didnโt even get to finding things in the namespace. In contrast, a::b gives
Error in loadNamespace (name): no package named 'a
source share