/test/language/error_warning_msg/bad_call1.msg

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

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