/test/language/error_warning_msg/bad_identifier3.msg

http://github.com/tybor/Liberty · Unknown · 11 lines · 10 code · 1 blank · 0 comment · 0 complexity · ee43ffb672cb58f7dae38e67ae0fa3bf MD5 · raw file

  1. ****** Fatal Error: "SDL_showCursor" is not valid identifier.
  2. For a better readability Liberty Eiffel _is_ case sensitive. Hence
  3. "SDL_showCursor" cannot be a valid class name (only upper case
  4. letters are allowed in class names). "SDL_showCursor" cannot be
  5. a valid feature name or a valid local name (only lower case letters
  6. are allowed here). Furthermore "SDL_showCursor" is not valid keyword."
  7. Line 17 column 4 in BAD_IDENTIFIER3 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_identifier3.e):
  8. SDL_showCursor (status: INTEGER): INTEGER
  9. ^
  10. ------