GDScript: Add missing member type check when resolving extends
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# GH-75870
|
||||
|
||||
var A = 1
|
||||
|
||||
class B extends A:
|
||||
pass
|
||||
|
||||
func test():
|
||||
pass
|
||||
Reference in New Issue
Block a user