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

3 lines
47 B
GDScript

func test():
print(2.2 << 4)
print(2 >> 4.4)