summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Sample/Generic.cs
blob: 457d8daa8e778aac291db50b482f804dba4bbb60 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma warning disable CS0169

namespace Godot.SourceGenerators.Sample
{
    // Generic again but without generic parameters
    partial class Generic : GodotObject
    {
        private int _field;
    }
}