/test/language/error_warning_msg/bad_like1.msg

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

  1. ****** Fatal Error: Unable to solve cyclic anchored types.
  2. The source lines relevant to this message are the following:
  3. Line 20 column 4 in BAD_LIKE1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_like1.e):
  4. a: like b
  5. ^
  6. Line 25 column 4 in BAD_LIKE1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_like1.e):
  7. b: like a
  8. ^
  9. ------