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

4 lines
158 B
Plaintext

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.