summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/analyzer/errors/abstract_class_instantiate.gd
blob: 38c2faa8596c094bfbffe8fbe8ab770430d8d82b (plain)
1
2
func test():
	CanvasItem.new()