/test/language/error_warning_msg/bad_create9.msg

http://github.com/tybor/Liberty · Unknown · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · bac4f4ef1c2ad7a1577e317dd4fc9ccf MD5 · raw file

  1. ****** Fatal Error: Unknown feature `does_not_exist' in type STRING.
  2. (For this call, the target `{STRING}' is of type STRING.)
  3. The source lines relevant to this message are the following:
  4. Line 14 column 36 in BAD_CREATE9 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_create9.e):
  5. string := create {STRING}.does_not_exist
  6. ^
  7. ------