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

6 lines
111 B
Plaintext

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