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

9 lines
137 B
Plaintext

/**
* @name Test for destructors
*/
import csharp
where forex(Type t | count(Destructor d | d.getDeclaringType() = t) <= 1)
select 1