/test/language/error_warning_msg/bad_assignment7.msg
Unknown | 9 lines | 7 code | 2 blank | 0 comment | 0 complexity | 061263ce5624684cd1a9c89e916f73ee MD5 | raw file
1****** Fatal Error: Bad assignment. Cannot assign `pointer' which 2is of type POINTER 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_ASSIGNMENT7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment7.e): 7 any := pointer 8 ^ ^ 9------