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

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