summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/parser/features
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2022-10-22 18:32:21 -0500
committerAaron Franke <arnfranke@yahoo.com>2022-12-19 22:01:29 -0600
commit6590e1fd8a0770894626d012c2391f2ae1efa497 (patch)
tree1046f111aaa78cc14f69dbfe73f6a79b480a76a3 /modules/gdscript/tests/scripts/parser/features
parentdcb3754db09b7b8c35aae1fedbc485b91e9f9508 (diff)
Make script annotations placed before class_name and extends
Diffstat (limited to 'modules/gdscript/tests/scripts/parser/features')
-rw-r--r--modules/gdscript/tests/scripts/parser/features/class_name.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/tests/scripts/parser/features/class_name.gd b/modules/gdscript/tests/scripts/parser/features/class_name.gd
index 8bd188e247..19009e433d 100644
--- a/modules/gdscript/tests/scripts/parser/features/class_name.gd
+++ b/modules/gdscript/tests/scripts/parser/features/class_name.gd
@@ -1,5 +1,5 @@
-class_name HelloWorld
@icon("res://path/to/optional/icon.svg")
+class_name HelloWorld
func test():
pass