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

7 lines
161 B
Plaintext

import csharp
from Expr e, Location loc
where e.getLocation() = loc
select loc.getStartLine(), loc.getStartColumn(),
e.getParent(), e, e.getType().toString()