/test/language/error_warning_msg/bad_constant6.msg
http://github.com/tybor/Liberty · Unknown · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · 70c2892f8f319510a7c551d48e3df5f7 MD5 · raw file
- ****** Fatal Error: Exponent of infix "^" must be a positive INTEGER.
- Exponent actual value is "-1".
- Line 14 column 26 in BAD_CONSTANT6 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_constant6.e):
- integer_64 := 2 ^ -1
- ^
- ------