/test/language/error_warning_msg/bad_constant9.msg

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

  1. ****** Fatal Error: Bad constant-attribute definition. Using a manifest
  2. constant for the feature value is suitable only for a constant-attribute
  3. definition. The constant found (i.e. `3') cannot be used as the definition of
  4. the feature `f'. Actually, feature `f' has an argument list.
  5. Line 15 column 4 in BAD_CONSTANT9 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_constant9.e):
  6. f (i:INTEGER): INTEGER 3
  7. ^
  8. ------