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

6 lines
159 B
Plaintext

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