GDScript: Allow out of order member resolution
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
func test():
|
||||
print(InnerA.new())
|
||||
|
||||
class InnerA extends InnerB:
|
||||
pass
|
||||
|
||||
class InnerB extends InnerA:
|
||||
pass
|
||||
Reference in New Issue
Block a user