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

2 lines
120 B
Text

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