1 2 3 4 5 6 7 8 9
# https://github.com/godotengine/godot/issues/62957 func test(): var dict = { &"key": "StringName", "key": "String" } print("Invalid dictionary: %s" % dict)