Files
codeql/csharp/ql/test/library-tests/operators/Operators3.ql
2018-12-20 10:19:59 +01:00

12 lines
188 B
Plaintext

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