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 c4edb93 commit 5d7206aCopy full SHA for 5d7206a
src/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/Generator.cs
@@ -785,7 +785,7 @@ GeneratorOptions options
785
" ",
786
genericArguments
787
.Select(
788
- arg => Generator.GenerateGenericArgumentConstraintDeclaration(arg, referencingNamespaces, options)
+ arg => GenerateGenericArgumentConstraintDeclaration(arg, referencingNamespaces, options)
789
)
790
.Where(static d => !string.IsNullOrEmpty(d))
791
);
0 commit comments