/test/language/error_warning_msg/bad_eq1.msg

http://github.com/tybor/Liberty · Unknown · 8 lines · 7 code · 1 blank · 0 comment · 0 complexity · 162db8decb451233433be9e613e14162 MD5 · raw file

  1. ****** Fatal Error: Cannot compare an expanded expression with
  2. a reference expression. Expression `'c'' is of type CHARACTER
  3. while expression `"c"' is of type STRING.
  4. Line 12 column 17 in BAD_EQ1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_eq1.e):
  5. if 'c' = "c" then
  6. ^
  7. ------