godot/modules/gdscript/tests/scripts/analyzer/warnings/missing_await.out

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
120 B
Text
Raw Normal View History

GDTEST_OK
~~ WARNING at line 7: (MISSING_AWAIT) "await" keyword might be desired because the expression is a coroutine.