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