godot/modules/gdscript/tests/scripts/analyzer/features/enum_unnamed_depend.gd

8 lines
44 B
GDScript

enum {
V1,
V2 = V1,
}
func test():
pass