/test/language/error_warning_msg/bad_function1.msg
Unknown | 18 lines | 15 code | 3 blank | 0 comment | 0 complexity | bdc1b5daf04ea34cf0014707c32289cf MD5 | raw file
1****** Error: Feature found is not a procedure. 2 3The source lines relevant to this message are the following: 4 5Line 12 column 5 in BAD_FUNCTION1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_function1.e): 6 foo 7 ^ 8Line 15 column 4 in BAD_FUNCTION1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_function1.e): 9 foo: BOOLEAN 10 ^ 11------ 12****** Fatal Error: This call has a result value (and you must 13use it). 14 15Line 12 column 5 in BAD_FUNCTION1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_function1.e): 16 foo 17 ^ 18------