Docs give the example:
dict with string keys (no restriction on values)
Dict(keys=String())
But this will fail because the code expects both keys and value to be defined. Also there is not test case for this example. Is this docs error or code error?