godot/modules/gdscript/tests/scripts/analyzer/errors/bitwise_float.out

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

4 lines
158 B
Text
Raw Permalink Normal View History

GDTEST_ANALYZER_ERROR
>> ERROR at line 2: Invalid operands to operator <<, float and int.
>> ERROR at line 3: Invalid operands to operator >>, int and float.