Files
codeql/csharp/ql/test/library-tests/csharp9/nativeInt.ql
2020-11-20 11:31:20 +01:00

6 lines
81 B
Plaintext

import csharp
from Expr e
where e.fromSource()
select e, e.getType().toString()