summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/errors/annotation_non_constant_parameter.gd
blob: 75524c32aef483b80b55de15c8059743fb4dc226 (plain)
1
2
3
4
5
6
var num := 1

@export_range(num, 10) var a

func test():
	pass