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

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