SyntaxFix
Write A Post
Hire A Developer
Questions
def map = [:] map["stringKey"] = [1, 2, 3, 4] map["anotherKey"] = [55, 66, 77] assert map["anotherKey"] == [55, 66, 77]