GDScript: Fix bug with identifier shadowed below in current scope
This commit is contained in:
parent
202e4b2c1e
commit
d53fc92b4c
19 changed files with 367 additions and 213 deletions
|
|
@ -0,0 +1,4 @@
|
|||
var v1 = v1
|
||||
|
||||
func test():
|
||||
print(v1)
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
GDTEST_ANALYZER_ERROR
|
||||
Could not resolve member "v1": Cyclic reference.
|
||||
Loading…
Add table
Add a link
Reference in a new issue