summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/errors/cast_int_to_object.gd
blob: 323e367f8e97dcce6247c2d9a199d0be05884b66 (plain)
1
2
3
func test():
	var integer := 1
	print(integer as Node)