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
a81561cbd9
godot
/
modules
/
gdscript
/
tests
/
scripts
/
analyzer
/
errors
/
extend_variable.gd
10 lines
68 B
GDScript
Raw
Blame
History
# GH-75870
var
A
=
1
class
B
extends
A
:
pass
func
test
(
)
:
pass
Reference in New Issue
View Git Blame
Copy Permalink