GDScript: Fix lambdas capturing non-local variables

This commit is contained in:
Danil Alexeev
2024-05-22 10:07:31 +03:00
parent 214968243c
commit 4b692959de
3 changed files with 48 additions and 4 deletions
@@ -0,0 +1,5 @@
GDTEST_OK
get static_var
get member_var
set static_var 1
set member_var 1