Fix cyclic references in GDScript 2.0
This commit is contained in:
parent
e8f9cd8ac5
commit
5704055d30
20 changed files with 626 additions and 113 deletions
|
|
@ -0,0 +1,4 @@
|
|||
const A := 42
|
||||
|
||||
func something():
|
||||
return "OK"
|
||||
Loading…
Add table
Add a link
Reference in a new issue