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 a835dbf commit 056aa80Copy full SHA for 056aa80
tests/dotnet/Common/Common.Gen.cs
@@ -22,7 +22,7 @@ public override void MarshalToManaged(MarshalContext ctx, GeneratorKind kind)
22
23
public override void MarshalToNative(MarshalContext ctx, GeneratorKind kind)
24
{
25
- ctx.Return.Write("::TypeMappedIndex1()");
+ ctx.Return.Write("::TypeMappedIndex()");
26
}
27
28
0 commit comments