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
ab717497ef
godot
/
modules
/
gdscript
/
tests
/
scripts
/
analyzer
/
errors
/
extend_unknown.gd
9 lines
82 B
GDScript
Raw
Blame
History
class
Foo
:
pass
class
Bar
extends
Foo
.
Baz
:
pass
func
test
(
)
:
print
(
'
not ok
'
)
View Git Blame
Copy Permalink