/test/language/error_warning_msg/bad_export7.msg
Unknown | 19 lines | 16 code | 3 blank | 0 comment | 0 complexity | fd68a73e6fe4ca8bd3b2b291dc359f6b MD5 | raw file
1****** Error: Forbidden call (i.e. exportation rules violated) 2when the type of Current is BAD_EXPORT7. (See the next error report 3for details.) 4 5Line 13 column 18 in BAD_EXPORT7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_export7.e): 6 Current.ga -- This one is forbidden 7 ^ 8------ 9****** Fatal Error: This feature is only exported to {}. 10 11The source lines relevant to this message are the following: 12 13Line 9 column 9 in BAD_EXPORT7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_export7.e): 14feature {} 15 ^ 16Line 18 column 4 in BAD_EXPORT7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_export7.e): 17 ga is 18 ^ 19------