/test/language/error_warning_msg/bad_like5.msg
Unknown | 11 lines | 9 code | 2 blank | 0 comment | 0 complexity | 2221426aa357ac3da2e2de3790ffb9bd MD5 | raw file
1****** Fatal Error: Unable to solve cyclic anchored types. 2 3The source lines relevant to this message are the following: 4 5Line 10 column 4 in BAD_LIKE5 (/home/colnet/SmartEiffel/work/lib_test3/bad_like5.e): 6 a: like b; 7 ^ 8Line 12 column 4 in BAD_LIKE5 (/home/colnet/SmartEiffel/work/lib_test3/bad_like5.e): 9 b: like a; 10 ^ 11------