/test/language/error_warning_msg/bad_procedure1.msg
Unknown | 17 lines | 14 code | 3 blank | 0 comment | 0 complexity | 2b21a035bfef97b963e5f32f897116ae MD5 | raw file
1****** Error: Feature found is a procedure. 2 3The source lines relevant to this message are the following: 4 5Line 14 column 17 in BAD_PROCEDURE1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_procedure1.e): 6 bar := foo 7 ^ 8Line 17 column 4 in BAD_PROCEDURE1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_procedure1.e): 9 foo 10 ^ 11------ 12****** Fatal Error: This call has no result. 13 14Line 14 column 17 in BAD_PROCEDURE1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_procedure1.e): 15 bar := foo 16 ^ 17------