summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/errors/cast_int_to_array.gd
blob: b53e814eea7abe669643f22340e3730d71e04c2f (plain)
1
2
3
func test():
	var integer := 1
	print(integer as Array)