trailing-comma-in-function-args.gd 136 B

1234567
  1. # See https://github.com/godotengine/godot/issues/41066.
  2. func f(p, ): ## <-- no errors
  3. print(p)
  4. func test():
  5. f(0, ) ## <-- no error