summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/errors/overload_script_variable.gd
blob: 5c8b9fa4ae6921800977e6959f9fe060d06ce770 (plain)
1
2
3
4
5
6
extends Node

var script: int

func test():
	pass