Files
codeql/csharp/ql/test/library-tests/namespaces/Namespaces5.ql
2018-12-20 10:19:59 +01:00

12 lines
157 B
Plaintext

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