annotation_extra_comma.gd 55 B

12345
  1. @export_enum("A",, "B", "C") var a
  2. func test():
  3. pass