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