/test/language/error_warning_msg/bad_to_integer_32.msg
http://github.com/tybor/Liberty · Unknown · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · 2a5798ab5ea5e9bd2f6dc8e34ee21d45 MD5 · raw file
- ****** Fatal Error: Unknown feature `to_integer_32' in type INTEGER.
- (For this call, the target `i32' is of type INTEGER.)
- The source lines relevant to this message are the following:
- Line 17 columns 17, 21 in BAD_TO_INTEGER_32 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_to_integer_32.e):
- i32 := i32.to_integer_32
- ^ ^
- ------