error: expected map key to be a non-optional primitive type
┌─ tests/analysis/map-key-none/source.wdl:6:9
│
6 │ Map[String?, String] incorrect = {
│ ^^^^^^^
│ │
│ this is type `String?`
error: expected map key to be a non-optional primitive type
┌─ tests/analysis/map-key-none/source.wdl:7:9
│
7 │ None: "wrong",
│ ^^^^
│ │
│ this is built-in type `None`