virtualx-engine/modules/gdscript/tests/scripts/analyzer/features/enum_unnamed_depend.gd

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
44 B
GDScript3
Raw Normal View History

2023-01-18 15:12:27 +01:00
enum {
V1,
V2 = V1,
}
func test():
pass