/test/language/error_warning_msg/bad_assignment4.msg
Unknown | 9 lines | 7 code | 2 blank | 0 comment | 0 complexity | 8dbe3bcc9d6a52aa00dd221720c8decb MD5 | raw file
1****** Fatal Error: Bad assignment. Cannot assign `3' which is 2of type INTEGER_8 into `any' which is of type ANY. 3 4The source lines relevant to this message are the following: 5 6Line 14 columns 10, 17 in BAD_ASSIGNMENT4 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment4.e): 7 any := 3 8 ^ ^ 9------