namespace Godot.SourceGenerators.Sample { partial class Generic : Godot.Object { } // Generic again but different generic parameters partial class Generic : Godot.Object { } // Generic again but without generic parameters partial class Generic : Godot.Object { } }