This is skipped, because my patch introduces a change in the error message.
Currently, if you type, for example, "$a[]", Parser will turn the "a" into "um", and will re-parse the type.
Then, when it fails, it will generate the error message by using the new/edited word ("um").
My patch makes it...