/test/language/error_warning_msg/bad_syntax01.msg

http://github.com/tybor/Liberty · Unknown · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · bde523bb0c1940e06b9eacee68ca8a3b MD5 · raw file

  1. ****** Fatal Error: Void cannot be the left-hand side of infix
  2. operator "&&".
  3. The source lines relevant to this message are the following:
  4. Line 19 columns 24, 29 in BAD_SYNTAX01 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_syntax01.e):
  5. value_set: (value = Void && the_value = Void) or else
  6. ^ ^
  7. ------