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