/test/language/error_warning_msg/bad_inherit6.msg
Unknown | 11 lines | 9 code | 2 blank | 0 comment | 0 complexity | 48874dd52d75024a3031373e07396044 MD5 | raw file
1****** Fatal Error: Class PLATFORM is not generic. 2 3The source lines relevant to this message are the following: 4 5Line 6 column 9 in BAD_INHERIT6 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_inherit6.e): 6inherit PLATFORM[INTEGER] 7 ^ 8Line 4 column 16 in PLATFORM (/home/cadrian/Workspace/Dev/Liberty/src/lib/kernel/platform.e): 9expanded class PLATFORM 10 ^ 11------