mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
9 lines
101 B
TypeScript
9 lines
101 B
TypeScript
namespace A.B {}
|
|
namespace A.B.C {}
|
|
|
|
namespace X {
|
|
export namespace Y.Z {}
|
|
|
|
namespace W.Q {}
|
|
}
|