This website requires JavaScript.
Explore
Help
Register
Sign In
Gremlinsoft
/
godot
forked from
sascha/godot
Watch
2
Star
0
Fork
You've already forked godot
0
Code
Pull Requests
Activity
4.0
godot
/
modules
/
gdscript
/
tests
/
scripts
/
analyzer
/
features
/
preload_cyclic_reference.gd
5 lines
99 B
GDScript
Raw
Permalink
Blame
History
const
A
=
preload
(
"
preload_cyclic_reference_a.notest.gd
"
)
func
test
(
)
:
A
.
test_cyclic_reference
(
)
View Git Blame
Copy Permalink