diff options
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/typesupport.icl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/typesupport.icl b/frontend/typesupport.icl index 3f4c904..760b922 100644 --- a/frontend/typesupport.icl +++ b/frontend/typesupport.icl @@ -796,6 +796,8 @@ where = file <<< '*' show_attribute TA_Multi coercions file = file + show_attribute TA_TempExVar coercions file + = file <<< "(E)" show_attribute (TA_TempVar av_number) coercions file | isUniqueAttribute av_number coercions = file <<< '*' |