Fix LUA-style assignment in Dictionary
This commit is contained in:
parent
2e8cba0bd9
commit
9e5fdbc79d
3 changed files with 8 additions and 1 deletions
|
|
@ -0,0 +1,4 @@
|
|||
func test():
|
||||
var dict = {}
|
||||
dict.test = 1
|
||||
print(dict.test)
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
GDTEST_OK
|
||||
1
|
||||
Loading…
Add table
Add a link
Reference in a new issue