godot/modules/gdscript/tests/scripts/analyzer/errors/function_dont_match_parent_signature_parameter_default_values.out

GDTEST_ANALYZER_ERROR
The function signature doesn't match the parent. Parent signature is "my_function(int = <default>) -> int".