Add grouping annotations for class properties in GDScript
This commit is contained in:
parent
b4644e2835
commit
f85bafaa11
8 changed files with 123 additions and 15 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Error here. `class_name` should be used *before* annotations, not after.
|
||||
# Error here. `class_name` should be used *before* annotations, not after (except @tool).
|
||||
@icon("res://path/to/optional/icon.svg")
|
||||
class_name HelloWorld
|
||||
|
||||
func test():
|
||||
pass
|
||||
pass
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
GDTEST_PARSER_ERROR
|
||||
"class_name" should be used before annotations.
|
||||
"class_name" should be used before annotations (except @tool).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue