/test/language/error_warning_msg/bad_class5.msg

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

  1. ****** Warning: You are using a case sensitive language in which
  2. all class names must use only upper case letters. This decision
  3. was made to make the code more readable and to allow better error
  4. messages as well as syntax error recovery. The name "bad_class5"
  5. has been automatically replaced with "BAD_CLASS5".
  6. Line 4 column 7 in BAD_CLASS5 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_class5.e):
  7. class bad_class5 -- Wrong class name here.
  8. ^
  9. ------
  10. ****** 1 warning.