GDScript: Fix and improve annotation parsing
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user