/test/language/error_warning_msg/bad_precursor09.msg
Unknown | 11 lines | 9 code | 2 blank | 0 comment | 0 complexity | ae4316b2e8f54873d2565ae0da58614e MD5 | raw file
1****** Fatal Error: Bad assignment. Error detected while checking 2this code in the BAD_PRECURSOR09 context. Cannot assign `create 3{AUX_PRECURSOR09}.make_aux' which is of type AUX_PRECURSOR09 into 4`Result' which is of type BAD_PRECURSOR09. 5 6The source lines relevant to this message are the following: 7 8Line 16 columns 10, 20 in AUX_PRECURSOR09 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/aux_precursor09.e): 9 Result := create {AUX_PRECURSOR09}.make_aux 10 ^ ^ 11------