summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/errors/annotation_extra_comma.gd
blob: 271a83173206dd805e8d0cbb3f8909f4e617b937 (plain)
1
2
3
4
@export_enum("A",, "B", "C") var a

func test():
	pass