summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Tests/TestData/Sources/ExportDiagnostics_GD0101.cs
blob: 6a6682f49337f9ceb41fb974a50ed7cd54c18b89 (plain)
1
2
3
4
5
6
7
8
9
10
using Godot;

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

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