summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/errors/cast_object_to_int.gd
blob: f6cd5e217e44e32c3f7accfb26d198344922865b (plain)
1
2
3
func test():
	var object := RefCounted.new()
	print(object as int)