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

using Godot;

public partial class ExportDiagnostics_GD0103 : Node
{
    [Export]
    public readonly string {|GD0103:ReadOnlyField|};

    [Export]
    public string {|GD0103:ReadOnlyProperty|} { get; }
}