index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
tests
/
scripts
/
analyzer
/
errors
/
invalid_concatenation_dictionary.gd
blob: 6aec2e07967b59a35ec491d4d3ce844ec5856fb5 (
plain
)
1
2
func test(): print({"hello": "world"} + {"godot": "engine"})