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.
2 parents c1f475a + 0d79926 commit 86f52a6Copy full SHA for 86f52a6
sources/ClangSharp.PInvokeGenerator/PInvokeGenerator.VisitDecl.cs
@@ -1050,7 +1050,7 @@ private void VisitRecordDecl(RecordDecl recordDecl)
1050
_testOutputBuilder.WriteIndented("/// <summary>Provides validation of the <see cref=\"");
1051
_testOutputBuilder.Write(escapedName);
1052
_testOutputBuilder.WriteLine("\" /> struct.</summary>");
1053
- _testOutputBuilder.WriteIndented("public static unsafe class ");
+ _testOutputBuilder.WriteIndented("public static unsafe partial class ");
1054
1055
_testOutputBuilder.WriteLine("Tests");
1056
_testOutputBuilder.WriteBlockStart();
0 commit comments