summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Tests/TestData/Sources/Generic.cs
blob: ce8a7fe2187d69d7485f488684f955ede58f322a (plain)
1
2
3
4
5
6
using Godot;

public partial class Generic<T> : GodotObject
{
    private int _field;
}