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

4 lines
47 B
GDScript

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