summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Tests/TestData/Sources/Bar.cs
blob: dfe2217c269336de246f9390bc0b9efd39caaa3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using Godot;

partial class Bar : GodotObject
{
}

// Foo in another file
partial class Foo
{
}

partial class NotSameNameAsFile : GodotObject
{
}