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