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