/test/language/error_warning_msg/bad_address_of1.msg
Unknown | 9 lines | 8 code | 1 blank | 0 comment | 0 complexity | 7d660194325f137e364494b64aa2f494 MD5 | raw file
1****** Fatal Error: Cannot use `Current' after the $ operator. 2The $ operator must be followed by the final name of a feature 3which is not a constant attribute or by the name of some local 4variable as well. 5 6Line 16 column 18 in BAD_ADDRESS_OF1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_address_of1.e): 7 prt := $Current; 8 ^ 9------