mirror of
https://github.com/github/codeql.git
synced 2026-06-09 15:04:14 +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
|