/test/language/error_warning_msg/bad_client_list1.msg

http://github.com/tybor/Liberty · Unknown · 8 lines · 7 code · 1 blank · 0 comment · 0 complexity · 3235670957ba31751b44344f80978fa8 MD5 · raw file

  1. ****** Fatal Error: A feature name cannot be used to indicate
  2. exportation status in a client list. Only plain class names are
  3. allowed here (class names must use only uppercase letters).
  4. Line 6 column 10 in BAD_CLIENT_LIST1 (/home/colnet/SmartEiffel/test_suite/language/error_warning_msg/bad_client_list1.e):
  5. feature {not_a_class_name_here}
  6. ^
  7. ------