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 c0f7552 commit 93b7e8cCopy full SHA for 93b7e8c
src/Generator/Passes/CheckAmbiguousFunctions.cs
@@ -90,6 +90,7 @@ private bool CheckDefaultParametersForAmbiguity(Function function, Function over
90
91
functionPointee.TryGetClass(out Class @functionPointeeClass);
92
overloadPointee.TryGetClass(out Class @overloadPointeeClass);
93
+
94
if (functionPointeeClass == function.Namespace && @overloadPointeeClass == overload.Namespace)
95
{
96
if (functionParamPointerType.Modifier == PointerType.TypeModifier.RVReference &&
0 commit comments