/test/language/error_warning_msg/bad_constant7.msg
Unknown | 12 lines | 10 code | 2 blank | 0 comment | 0 complexity | da0d5f9527b1a8a05f53846f0717fbce MD5 | raw file
1****** Fatal Error: The feature called has no formal argument 2while the actual argument list has 1 argument. 3 4The source lines relevant to this message are the following: 5 6Line 12 column 14 in BAD_CONSTANT7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_constant7.e): 7 if f(5).out = Void then 8 ^ 9Line 16 column 4 in BAD_CONSTANT7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_constant7.e): 10 f: INTEGER 3 11 ^ 12------