/test/language/error_warning_msg/bad_to_integer_16.msg
Unknown | 9 lines | 7 code | 2 blank | 0 comment | 0 complexity | b2ec5417eea07491794904f00523ccfc MD5 | raw file
1****** Fatal Error: Unknown feature `to_integer_16' in type INTEGER_16. 2(For this call, the target `i16' is of type INTEGER_16.) 3 4The source lines relevant to this message are the following: 5 6Line 17 columns 17, 21 in BAD_TO_INTEGER_16 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_to_integer_16.e): 7 i16 := i16.to_integer_16 8 ^ ^ 9------