summaryrefslogtreecommitdiff
path: root/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Sample/Foo.cs
blob: 21a5bfe56069da002bc060365865a9bd2d9b76b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
namespace Godot.SourceGenerators.Sample
{
    partial class Foo : Godot.Object
    {
    }

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