Files
2018-12-20 10:19:59 +01:00

12 lines
188 B
Plaintext

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