mirror of
https://github.com/github/codeql.git
synced 2026-04-10 17:44:03 +02:00
9 lines
111 B
Plaintext
9 lines
111 B
Plaintext
/**
|
|
* @name Test for destructors
|
|
*/
|
|
|
|
import csharp
|
|
|
|
where forex(Destructor d | d.hasNoParameters())
|
|
select 1
|