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