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

11 lines
186 B
Plaintext

/**
* @name Test for operators
*/
import csharp
from ExplicitConversionOperator o
where o.getTargetType() = o.getDeclaringType()
and o.getSourceType() instanceof ByteType
select o