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

3 lines
158 B
Text

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.