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

6 lines
121 B
Plaintext

import csharp
from Stmt s, Stmt stripped
where stripped = s.stripSingletonBlocks() and s != stripped
select s, stripped