/test/language/error_warning_msg/bad_assignment24.msg
Unknown | 7 lines | 6 code | 1 blank | 0 comment | 0 complexity | 0645c0735a2b657d15af5f5e42b62cda MD5 | raw file
1****** Fatal Error: Entity `Current' is not writable. Cannot use 2`Current' for the left-hand side of an assignment. 3 4Line 12 column 18 in BAD_ASSIGNMENT24 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment24.e): 5 Current := Current 6 ^ 7------