/test/language/error_warning_msg/bad_integer_constant5.msg
http://github.com/tybor/Liberty · Unknown · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · 4a48d65069f3b2d2ba74d592b51795ff MD5 · raw file
- ****** Fatal Error: Bad assignment. Cannot assign `32768' which
- is of type INTEGER_32 into `i16' which is of type INTEGER_16.
- The source lines relevant to this message are the following:
- Line 14 columns 10, 17 in BAD_INTEGER_CONSTANT5 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_integer_constant5.e):
- i16 := 32768
- ^ ^
- ------