/test/language/error_warning_msg/bad_inherit19.msg

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

  1. ****** Fatal Error: Assignment of a reference type into an expanded
  2. type is not allowed. Cannot assign `Current' which is of type
  3. BAD_INHERIT19 into `foo' which is of type AUX_INHERIT19.
  4. The source lines relevant to this message are the following:
  5. Line 17 columns 10, 17 in BAD_INHERIT19 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_inherit19.e):
  6. foo := Current
  7. ^ ^
  8. ------