File indexing completed on 2024-06-16 04:24:20

0001 namespace bar { namespace asdf {} };
0002 
0003 /// "toString" : "Import bar as blub",
0004 /// "kind" : "NamespaceAlias"
0005 namespace blub = bar;
0006 
0007 /// "toString" : "Import of blub::asdf",
0008 /// "kind" : "NamespaceAlias"
0009 using namespace blub::asdf;