Files
codeql/csharp/ql/test/library-tests/operators/Operators5.ql
2026-04-24 08:57:11 +02:00

10 lines
171 B
Plaintext

/**
* @name Test for operators
*/
import csharp
from CompoundAssignmentOperator cao, CompoundAssignmentOperatorCall call
where call.getTarget() = cao
select cao, call