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

func test():
	var integer := 1
	print(integer as Node)