/test/language/error_warning_msg/bad_call2.msg

http://github.com/tybor/Liberty · Unknown · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · 02262e705ccf928962e3e4f9ced007d0 MD5 · raw file

  1. ****** Fatal Error: Void is not a valid target (i.e. just after
  2. a dot).
  3. Line 17 column 24 in BAD_CALL2 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call2.e):
  4. un_pointer := Void.to_external;
  5. ^
  6. ------