1 2 3 4 5 6
version 1.3 workflow test_map_fail { Map[String, Int] string_to_int = { "a": 1, "b": 2 } Int c = string_to_int["c"] # error - "c" is not a key in the map }