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

[Tool]
public partial class ExportDiagnostics_GD0109 : Node
{
    [Export, ExportToolButton("")]
    public Callable {|GD0109:MyButton|};
}