/test/language/error_warning_msg/bad_free_operator1.msg

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

  1. ****** Fatal Error: Unknown infix operator "-+" in type STRING.
  2. (For this call, the target `"foo"' is of type STRING.)
  3. The source lines relevant to this message are the following:
  4. Line 14 columns 15, 20 in BAD_FREE_OPERATOR1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_free_operator1.e):
  5. s := "foo"-+"bar"
  6. ^ ^
  7. ------