GDScript: Fix and improve annotation parsing
This commit is contained in:
parent
afca0b8fdd
commit
5038a336be
5 changed files with 89 additions and 17 deletions
|
|
@ -0,0 +1,4 @@
|
|||
@export_enum("A",, "B", "C") var a
|
||||
|
||||
func test():
|
||||
pass
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
GDTEST_PARSER_ERROR
|
||||
Expected expression as the annotation argument.
|
||||
Loading…
Add table
Add a link
Reference in a new issue