godot/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Tests/TestData/Sources/Foo.cs

using Godot;

public partial class Foo : GodotObject
{
}

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