Files
codeql/csharp/ql/test/library-tests/namespaces/Namespaces5.ql

12 lines
161 B
Plaintext

/**
* @name Test for namespaces
*/
import csharp
from Namespace n
where
n.hasQualifiedName("", "Empty") and
not exists(n.getATypeDeclaration())
select n