summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/errors/object_invalid_constructor.gd
blob: 1600c3001f3c4f4a46038ea571150e51cd96de06 (plain)
1
2
3
4
# GH-73213

func test():
	print(Object())