/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

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