/test/language/error_warning_msg/bad_keyword1.msg

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

  1. ****** Fatal Error: Syntax error inside "local" variable list
  2. definition. Encountered keyword "create" while waiting for some
  3. local variable name. Cannot use "create" as a local variable name.
  4. Line 12 column 10 in BAD_KEYWORD1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_keyword1.e):
  5. create: INTEGER;
  6. ^
  7. ------