mirror of
https://github.com/github/codeql.git
synced 2026-05-19 05:37:10 +02:00
10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
/**
|
|
* @name Test for operators
|
|
*/
|
|
|
|
import csharp
|
|
|
|
from CompoundAssignmentOperator cao, CompoundAssignmentOperatorCall call
|
|
where call.getTarget() = cao
|
|
select cao, call
|