mirror of
https://github.com/github/codeql.git
synced 2026-05-14 11:19:27 +02:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -576,7 +576,7 @@ class MutatorOperatorCall extends OperatorCall {
|
||||
*
|
||||
* ```csharp
|
||||
* class A {
|
||||
* public void operator++() { ... }
|
||||
* public void operator ++() { ... }
|
||||
*
|
||||
* public static void Increment(A a) {
|
||||
* a++;
|
||||
|
||||
Reference in New Issue
Block a user