mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
GDScript: Fix bug with identifier shadowed below in current scope
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user