mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +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 {}
|
|
}
|