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

5 lines
83 B
Plaintext

import csharp
from FixedStmt f
select f, f.getBody(), f.getBody().getAChildStmt()