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_const.gd
blob: 42925349516cdbb64837f6a7e765d70781829ffd (
plain
)
1
2
3
4
5
func test(): print(c1) const c1 = c2 const c2 = c1