/test/language/error_warning_msg/bad_feature6.msg

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

  1. ****** Error: Unable to find the feature name which is mandatory
  2. just after the "frozen" keyword.
  3. Line 10 column 11 in BAD_FEATURE6 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_feature6.e):
  4. frozen MY_FUNCTION: INTEGER
  5. ^
  6. ------
  7. ****** Fatal Error: This is not a feature name, but a class name.
  8. Line 10 column 11 in BAD_FEATURE6 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_feature6.e):
  9. frozen MY_FUNCTION: INTEGER
  10. ^
  11. ------