This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
mirror of
https://github.com/godotengine/godot
Watch
1
Star
0
Fork
You've already forked godot
0
Code
6debf86d51
godot
/
modules
/
gdscript
/
tests
/
scripts
/
analyzer
/
errors
/
cyclic_inheritance.gd
9 lines
106 B
GDScript
Raw
Blame
History
func
test
(
)
:
print
(
InnerA
.
new
(
)
)
class
InnerA
extends
InnerB
:
pass
class
InnerB
extends
InnerA
:
pass
View Git Blame
Copy Permalink