/test/language/error_warning_msg/bad_address_of2.msg

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

  1. ****** Fatal Error: Cannot use `Current' after the $ operator.
  2. The $ operator must be followed by the final name of a feature
  3. which is not a constant attribute or by the name of some local
  4. variable as well.
  5. Line 14 column 15 in BAD_ADDRESS_OF2 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_address_of2.e):
  6. foo($Current);
  7. ^
  8. ------