Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#pragma warning disable CS0169
namespace Godot.SourceGenerators.Sample
{
// Generic again but without generic parameters
public partial class Generic : GodotObject
private int _field;
}