/test/language/error_warning_msg/bad_assignment1.msg

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

  1. ****** Fatal Error: Void cannot be assigned to an expanded entity.
  2. Cannot assign Void into `i' which is of type INTEGER_32.
  3. Line 14 column 15 in BAD_ASSIGNMENT1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment1.e):
  4. i := Void
  5. ^
  6. ------