summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Sample/Generic.cs
blob: 9d16a3170b1ec3b9f010ded682ec4d8b2a082250 (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
    public partial class Generic : GodotObject
    {
        private int _field;
    }
}