/test/language/error_warning_msg/bad_eq4.msg
Unknown | 10 lines | 8 code | 2 blank | 0 comment | 0 complexity | 1faca2871a1227e05e67da6cd7ae040b MD5 | raw file
1****** Fatal Error: In an object-oriented language, the receiver 2of a call is always associated to some existing object (i.e. `Current' 3is never Void). Hence, such a weird comparison is not allowed. 4 5The source lines relevant to this message are the following: 6 7Line 13 columns 13, 23 in BAD_EQ4 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_eq4.e): 8 if Current = Void then 9 ^ ^ 10------