Naming a C# field @new
cause Godot to generate invalid C# code
#74839
Labels
Milestone
@new
cause Godot to generate invalid C# code
#74839
Godot version
4.0-stable-mono
System information
Windows 10, Intel, Visual Studio Community 2022
Issue description
Naming a C# field
@new
causes Godot to generate invalid C# code. The field can be a class or method member.This can be seen in these screenshots:
@new
. Right: The invalid C++ code.@new
to a name which Godot can handle.Steps to reproduce
@new
. Note that this is valid C# code.new
(no@
symbol.Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: