Map<String, String> mapa = ["a": 1, "b": 2] mapa.each{ k,v -> println("My test string contains key: \$${v}") }