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
/
errors
/
cyclic_ref_enum_value.gd
blob: 237758f3404122ba76e8c6e3d6178060cc1a0900 (
plain
)
1
2
3
4
5
func test(): print(EV1) enum {EV1 = EV2} enum {EV2 = EV1}