/test/language/error_warning_msg/bad_like9.msg

http://github.com/tybor/Liberty · Unknown · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · 1a6e6fa8cf56d7e6f8d7cc7df3023d39 MD5 · raw file

  1. ****** Fatal Error: Cannot pass `a' which is of type AUX_LIKE8A
  2. into formal type AUX_LIKE8B.
  3. The source lines relevant to this message are the following:
  4. Line 16 column 23 in BAD_LIKE9 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_like9.e):
  5. b := same_as(a)
  6. ^
  7. Line 19 column 18 in BAD_LIKE9 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_like9.e):
  8. same_as(some: AUX_LIKE8B): like some
  9. ^
  10. ------