summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Tests/TestData/GeneratedSources/ClassPartialModifier.GD0001.fixed.cs
blob: f5046bf34c53d95c649ee3046250adcfebeb01c1 (plain)
1
2
3
4
5
6
using Godot;

public partial class ClassPartialModifier : Node
{

}