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