/test/language/error_warning_msg/bad_syntax10.msg
Unknown | 9 lines | 8 code | 1 blank | 0 comment | 0 complexity | ddb0c8aa28f80cd66f77d4e9c85bad1d MD5 | raw file
1****** Fatal Error: A type mark is not a valid item for a manifest 2array. Keep in mind that Liberty Eiffel is case-sensitive and 3that G_TYPE_STRING cannot be an expression. End of manifest array 4expected. 5 6Line 15 column 30 in BAD_SYNTAX10 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_syntax10.e): 7 create text.make (<<G_TYPE_STRING>>) 8 ^ 9------