/test/language/error_warning_msg/bad_inherit19.msg
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 2type is not allowed. Cannot assign `Current' which is of type 3BAD_INHERIT19 into `foo' which is of type AUX_INHERIT19. 4 5The source lines relevant to this message are the following: 6 7Line 17 columns 10, 17 in BAD_INHERIT19 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_inherit19.e): 8 foo := Current 9 ^ ^ 10------