Codebase Browser
godot
Go to App
godot
/
modules/gdscript/tests/scripts/runtime/errors/
gd_utility_function_wrong_arg.gd
func test(): var x = Color() print(len(x)) # GDScript utility function.