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