Path: blob/master/modules/gdscript/tests/scripts/analyzer/warnings/missing_await.out
11327 views
GDTEST_OK ~~ WARNING at line 7: (MISSING_AWAIT) "await" keyword might be desired because the expression is a coroutine.
GDTEST_OK ~~ WARNING at line 7: (MISSING_AWAIT) "await" keyword might be desired because the expression is a coroutine.