/test/language/error_warning_msg/bad_create7.msg

http://github.com/tybor/Liberty · Unknown · 9 lines · 8 code · 1 blank · 0 comment · 0 complexity · a23eca58ff3d3aa0b16c701c3363f2f1 MD5 · raw file

  1. ****** Fatal Error: Cannot use such a strange create expression
  2. for type INTEGER_32 which is a simple and predefined expanded
  3. type. Actually, just replace this create expression with `0' and
  4. you are done.
  5. Line 14 column 21 in BAD_CREATE7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_create7.e):
  6. integer := create {INTEGER}
  7. ^
  8. ------