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

GDTEST_ANALYZER_ERROR
>> ERROR at line 9: Cannot access non-static function "non_static_func" from the static function "static_func()".