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