Files
codeql/csharp/ql/test/library-tests/namespaces/Namespaces5.ql
2018-08-02 17:53:23 +01:00

11 lines
155 B
Plaintext

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