We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e6e11 commit 5a1db52Copy full SHA for 5a1db52
src/Generator/Passes/CheckDuplicatedNamesPass.cs
@@ -71,12 +71,10 @@ private bool UpdateName(Function function)
71
{
72
// TODO: turn into a method; append the original type (say, "signed long")
73
// of the last parameter to the type so that the user knows which overload is called
74
- Diagnostics.Warning("Duplicate operator {0} ignored", function.Name);
75
function.ExplicitlyIgnore();
76
}
77
else if (method != null && method.IsConstructor)
78
79
- Diagnostics.Warning("Duplicate constructor {0} ignored", function.Name);
80
81
82
else
0 commit comments