/test/language/error_warning_msg/bad_assignment17.msg
Unknown | 9 lines | 7 code | 2 blank | 0 comment | 0 complexity | 6d57a9926ed36e23849d6d4e4ce4e4cc MD5 | raw file
1****** Fatal Error: Bad assignment. Cannot assign `integer_64' 2which is of type INTEGER_64 into `real_64' which is of type REAL_64. 3 4The source lines relevant to this message are the following: 5 6Line 15 columns 10, 21 in BAD_ASSIGNMENT17 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment17.e): 7 real_64 := integer_64 8 ^ ^ 9------