GDScript: Allow out of order member resolution
This commit is contained in:
parent
97df6de4a7
commit
2dfc6d5b69
30 changed files with 797 additions and 233 deletions
|
|
@ -0,0 +1,8 @@
|
|||
func test():
|
||||
print(InnerA.new())
|
||||
|
||||
class InnerA extends InnerB:
|
||||
pass
|
||||
|
||||
class InnerB extends InnerA:
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue