We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f2e68 commit d453053Copy full SHA for d453053
Tests/VB/ExtensionMethodRefPropertyTests.cs
@@ -49,7 +49,6 @@ public void WithMethod()
49
public static partial class MathEx
50
{
51
public static void NegEx(this ref int num)
52
-
53
54
num = -num;
55
}
0 commit comments