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