Fix source generator exceptions appearing when use "@+internal keyword" as type or namespace name in C# script
This commit is contained in:
+1
-1
@@ -138,7 +138,7 @@ namespace Godot.SourceGenerators
|
||||
|
||||
source.Append(attributes);
|
||||
source.Append("\npartial class ");
|
||||
source.Append(symbol.NameWithTypeParameters());
|
||||
source.Append(symbol.ToDisplayString(SymbolDisplayFormat.MinimallyQualifiedFormat));
|
||||
source.Append("\n{\n}\n");
|
||||
|
||||
if (hasNamespace)
|
||||
|
||||
Reference in New Issue
Block a user