1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Merge pull request #72444 from reduz/fix-global-class-parsing

Fix global script class parsing.
This commit is contained in:
Rémi Verschelde
2023-01-31 13:20:00 +01:00
2 changed files with 83 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
# Error here. Annotations should be used before `class_name`, not after.
class_name HelloWorld
class_name WrongAnnotationPlace
@icon("res://path/to/optional/icon.svg")
func test():