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

[Tool]
public partial class ExportDiagnostics_GD0110 : Node
{
    [ExportToolButton("")]
    public string {|GD0110:MyButton|};
}