summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Tests/TestData/Sources/Foo.cs
blob: 26853553c7fc8d27ed390c373766e3ad7679d0ab (plain)
1
2
3
4
5
6
7
8
9
10
using Godot;

partial class Foo : GodotObject
{
}

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