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

11 lines
186 B
Plaintext

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