# Map type operator and function tests a = [:] println("to_str") println(a) println(['a': 1]) println(['b': 2 + 2])