[GDScript] Fix incorrect compound assignment
Reverts in-place compound assignments Added test to ensure correctness
This commit is contained in:
parent
4dcf2c5431
commit
e5365da03c
3 changed files with 38 additions and 11 deletions
|
|
@ -0,0 +1,6 @@
|
|||
GDTEST_OK
|
||||
16
|
||||
(8, 16)
|
||||
(8, 16, 24)
|
||||
(8, 16, 24, 32)
|
||||
[1, 2, 3, 4, 5]
|
||||
Loading…
Add table
Add a link
Reference in a new issue