For the following Map object, only the `key` should be suggested. However, methods that are not actually available and so on have been suggested. ```ahk myMap := Map("key", "value") ```