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:
Michael Nebel
2026-05-13 09:10:24 +02:00
committed by GitHub
parent eba32b95a9
commit 0fffdffe31

View File

@@ -576,7 +576,7 @@ class MutatorOperatorCall extends OperatorCall {
*
* ```csharp
* class A {
* public void operator++() { ... }
* public void operator ++() { ... }
*
* public static void Increment(A a) {
* a++;