/test/language/error_warning_msg/bad_constant2.msg

http://github.com/tybor/Liberty · Unknown · 9 lines · 8 code · 1 blank · 0 comment · 0 complexity · a2032279ba7199d76ca289c9faa50313 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. `0.0') cannot be used as the definition of
  4. the feature `zero'. Actually, feature `zero' has no result type.
  5. Line 13 column 4 in BAD_CONSTANT2 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_constant2.e):
  6. zero 0.0;
  7. ^
  8. ------