1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00
Files
godot/modules/gdscript/tests/scripts/lsp/first_line_class_name.gd
HolonProduction b054055b2a GDScript: Fix head class range to include class_name
(cherry picked from commit d6da30e9c7)
2025-03-18 14:06:15 +01:00

6 lines
50 B
GDScript

class_name Test
extends Node
func _init():
pass