summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/errors/static_func_call_non_static.out
blob: c094c08cd8a793e6a578e55502743701731e7371 (plain)
1
2
GDTEST_ANALYZER_ERROR
Cannot call non-static function "non_static_func()" from the static function "static_func()".