You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
[GDScript] Fix incorrect compound assignment
Reverts in-place compound assignments Added test to ensure correctness
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
GDTEST_OK
|
||||
16
|
||||
(8, 16)
|
||||
(8, 16, 24)
|
||||
(8, 16, 24, 32)
|
||||
[1, 2, 3, 4, 5]
|
||||
Reference in New Issue
Block a user