/test/language/error_warning_msg/bad_agent25.msg

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

  1. ****** Fatal Error: Expression `?' cannot be used just after agent
  2. keyword. The type of the target must be given. Consider using
  3. the curly braces notation, e.g. `{TARGET_TYPE}'.
  4. Line 12 column 18 in BAD_AGENT25 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_agent25.e):
  5. f(agent ?.g(3))
  6. ^
  7. ------