index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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