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

3 lines
120 B
Plaintext

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