godot/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Tests/TestData/Sources/ExportDiagnostics_GD0101.cs

using Godot;

public partial class ExportDiagnostics_GD0101 : Node
{
    [Export]
    public static string {|GD0101:StaticField|};

    [Export]
    public static int {|GD0101:StaticProperty|} { get; set; }
}