/test/language/error_warning_msg/bad_create7.msg
Unknown | 9 lines | 8 code | 1 blank | 0 comment | 0 complexity | a23eca58ff3d3aa0b16c701c3363f2f1 MD5 | raw file
1****** Fatal Error: Cannot use such a strange create expression 2for type INTEGER_32 which is a simple and predefined expanded 3type. Actually, just replace this create expression with `0' and 4you are done. 5 6Line 14 column 21 in BAD_CREATE7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_create7.e): 7 integer := create {INTEGER} 8 ^ 9------