/test/language/error_warning_msg/bad_free_operator2.msg

http://github.com/tybor/Liberty · Unknown · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · 8855005ea1322f036cf67b099eb57890 MD5 · raw file

  1. ****** Fatal Error: The basic = operator cannot be redefined.
  2. (This is a hard-coded builtin that we must trust.)
  3. Line 10 column 11 in BAD_FREE_OPERATOR2 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_free_operator2.e):
  4. infix "=" (other: like Current): BOOLEAN
  5. ^
  6. ------