/test/language/error_warning_msg/bad_sz550.msg

http://github.com/tybor/Liberty · Unknown · 11 lines · 10 code · 1 blank · 0 comment · 0 complexity · 5585841cb14696ac350e5f2fa570d67c MD5 · raw file

  1. ****** Fatal Error: To pass arguments of agents, only the explicit
  2. manifest TUPLE notation is allowed (i.e. the square bracketed
  3. tuple notation must be used here). Actually, this is to force
  4. you to show clearly what arguments you are passing to this agent.
  5. (Note: this explicit manifest TUPLE notation will not incurs extra
  6. memory allocation. Keep cool.)
  7. Line 15 column 26 in BAD_SZ550 (/home/colnet/SmartEiffel/test_suite/language/error_warning_msg/bad_sz550.e):
  8. foo := agent foo.item([])
  9. ^
  10. ------