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

GDTEST_ANALYZER_ERROR
Cannot call non-static function "non_static_func()" from the static function "static_func()".