godot/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Sample/Foo.cs

namespace Godot.SourceGenerators.Sample
{
    public partial class Foo : GodotObject
    {
    }

    // Foo again in the same file
    public partial class Foo
    {
    }
}