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

    // Foo in another file
    partial class Foo
    {
    }

    partial class NotSameNameAsFile : Godot.Object
    {
    }
}