summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/analyzer/features/enum_unnamed_depend.gd
blob: f351fc1f7bdd6ed1a411f0651843c5b4f37edcfc (plain)
1
2
3
4
5
6
7
enum {
	V1,
	V2 = V1,
}

func test():
	pass