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