godot/modules/gdscript/tests/scripts/parser/warnings/standalone_expression.out

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

6 lines
406 B
Text
Raw Normal View History

GDTEST_OK
~~ WARNING at line 3: (STANDALONE_EXPRESSION) Standalone expression (the line may have no effect).
~~ WARNING at line 4: (STANDALONE_EXPRESSION) Standalone expression (the line may have no effect).
~~ WARNING at line 6: (STANDALONE_EXPRESSION) Standalone expression (the line may have no effect).
~~ WARNING at line 7: (STANDALONE_EXPRESSION) Standalone expression (the line may have no effect).