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 70f8f60 commit 3c89304Copy full SHA for 3c89304
src/Generator/Generators/CSharp/CSharpSources.cs
@@ -2485,7 +2485,7 @@ private void GenerateNativeConstructor(Class @class)
2485
internal static{(@new ? " new" : string.Empty)} {printedClass} __GetInstance({TypePrinter.IntPtrType} native)
2486
{{
2487
if (singletonInstance != null)
2488
- return singletonInstance
+ return singletonInstance;
2489
if (!{Helpers.TryGetNativeToManagedMappingIdentifier}(native, out var managed))
2490
throw new global::System.Exception(""No managed instance was found"");
2491
var result = ({printedClass})managed;
0 commit comments