func test(): var python_dict = { "a": 1, "b": 2, "a": 3, # Duplicate isn't allowed. }