/test/language/error_warning_msg/bad_inspect15.msg

http://github.com/tybor/Liberty · Unknown · 15 lines · 13 code · 2 blank · 0 comment · 0 complexity · 24ae4fc85912f81569016e74886311f0 MD5 · raw file

  1. ****** Error: For inspect statement, the expression type can be
  2. only INTEGER, CHARACTER, STRING, or FIXED_STRING. (Actually `pointer'
  3. is of type POINTER which is not allowed.)
  4. Line 15 column 13 in BAD_INSPECT15 (/home/persocad/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_inspect15.e):
  5. pointer -- Wrong!
  6. ^
  7. ------
  8. ****** Fatal Error: Such an "inspect" statement is for type STRING
  9. or FIXED_STRING. (The type of `pointer' is POINTER.)
  10. Line 15 column 13 in BAD_INSPECT15 (/home/persocad/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_inspect15.e):
  11. pointer -- Wrong!
  12. ^
  13. ------