/test/language/error_warning_msg/bad_assignment18.msg
Unknown | 10 lines | 8 code | 2 blank | 0 comment | 0 complexity | d21013d355621670424c2fdfd5228e05 MD5 | raw file
1****** Fatal Error: Bad assignment. Cannot assign `actual_expanded' 2which is of type AUX_ASSIGNMENT18B into `non_expanded' which is 3of type AUX_ASSIGNMENT18A. 4 5The source lines relevant to this message are the following: 6 7Line 15 columns 10, 26 in BAD_ASSIGNMENT18 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment18.e): 8 non_expanded := actual_expanded 9 ^ ^ 10------