Codebase Browser
godot
Go to App
godot
/
modules/gdscript/tests/scripts/analyzer/errors/
invalid_concatenation_dictionary.gd
func test(): print({"hello": "world"} + {"godot": "engine"})