Codebase Browser
godot
Go to App
godot
/
modules/gdscript/tests/scripts/analyzer/errors/
utility_function_wrong_arg.gd
func test(): print(floor(Color())) # Built-in utility function.