This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
You've already forked godot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8f7b09916d
godot
/
modules
/
gdscript
/
tests
/
scripts
/
analyzer
/
features
/
preload_cyclic_reference.gd
5 lines
99 B
GDScript
Raw
Blame
History
const
A
=
preload
(
"
preload_cyclic_reference_a.notest.gd
"
)
func
test
(
)
:
A
.
test_cyclic_reference
(
)
Reference in New Issue
View Git Blame
Copy Permalink