/test/language/error_warning_msg/bad_like9.msg
Unknown | 12 lines | 10 code | 2 blank | 0 comment | 0 complexity | 1a6e6fa8cf56d7e6f8d7cc7df3023d39 MD5 | raw file
1****** Fatal Error: Cannot pass `a' which is of type AUX_LIKE8A 2into formal type AUX_LIKE8B. 3 4The source lines relevant to this message are the following: 5 6Line 16 column 23 in BAD_LIKE9 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_like9.e): 7 b := same_as(a) 8 ^ 9Line 19 column 18 in BAD_LIKE9 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_like9.e): 10 same_as(some: AUX_LIKE8B): like some 11 ^ 12------