Files
codeql/csharp/ql/test/library-tests/expressions/StripCasts.ql
2020-11-11 09:46:18 +01:00

6 lines
130 B
Plaintext

import csharp
from Expr e, Expr stripped
where stripped = e.stripCasts() and e != stripped and e.fromSource()
select e, stripped