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

GDTEST_ANALYZER_ERROR
>> ERROR at line 3: Cannot return a value of type "String" as "int".
>> ERROR at line 3: Cannot return value of type "String" because the function return type is "int".