/test/language/error_warning_msg/bad_create1.msg

http://github.com/tybor/Liberty · Unknown · 16 lines · 13 code · 3 blank · 0 comment · 0 complexity · 190e856bee2b1f56023a716509472312 MD5 · raw file

  1. ****** Error: Feature found is not writable (i.e. not an attribute).
  2. Line 12 column 17 in BAD_CREATE1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_create1.e):
  3. create t.make(100)
  4. ^
  5. ------
  6. ****** Error: See also the next message for more information.
  7. ------
  8. ****** Fatal Error: Here is the corresponding feature definition
  9. (not an attribute).
  10. Line 10 column 4 in BAD_CREATE1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_create1.e):
  11. t: STRING
  12. ^
  13. ------