invalid_concatenation_dictionary.gd 62 B

12
  1. func test():
  2. print({"hello": "world"} + {"godot": "engine"})