/test/language/error_warning_msg/bad_constant9.msg
Unknown | 10 lines | 8 code | 2 blank | 0 comment | 0 complexity | f216b669404fa968ffd01e5d9f87fc8e MD5 | raw file
1****** Fatal Error: Bad constant-attribute definition. Using a manifest 2constant for the feature value is suitable only for a constant-attribute 3definition. The constant found (i.e. `3') cannot be used as the definition of 4the feature `f'. Actually, feature `f' has an argument list. 5 6 7Line 15 column 4 in BAD_CONSTANT9 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_constant9.e): 8 f (i:INTEGER): INTEGER 3 9 ^ 10------