summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/errors/bitwise_float_right_operand.gd
blob: 0a4f647f57961fddcf2419032ffdd3a38e129402 (plain)
1
2
3
func test():
	# Error here.
	print(2 >> 4.4)