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