1
0
Fork 0
godot/modules/gdscript/tests/scripts/parser-features/trailing-comma-in-function-...

8 lines
136 B
GDScript

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