/test/language/error_warning_msg/bad_inspect7.msg

http://github.com/tybor/Liberty · Unknown · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · 5eb20683065146cfd6096ec50770d320 MD5 · raw file

  1. ****** Fatal Error: Second occurrence for this value in the same
  2. inspect. (Wrong inspect statement.)
  3. The source lines relevant to this message are the following:
  4. Line 16 column 15 in BAD_INSPECT7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_inspect7.e):
  5. when 1, 2 then
  6. ^
  7. Line 17 column 15 in BAD_INSPECT7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_inspect7.e):
  8. when 1 then -- Second occurrence !
  9. ^
  10. ------