before: ```tl dictionaryField {t:Type} key:string value:t = DictionaryField t; ``` after: ```tl dictionaryField {t:Type} .... ```