/test/language/error_warning_msg/bad_like8.msg

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

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