1
0
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:
Ninni Pipping
2023-04-10 12:03:18 +02:00
parent 4dcf2c5431
commit e5365da03c
3 changed files with 38 additions and 11 deletions

View File

@@ -0,0 +1,6 @@
GDTEST_OK
16
(8, 16)
(8, 16, 24)
(8, 16, 24, 32)
[1, 2, 3, 4, 5]