/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
- ****** Fatal Error: Void cannot be assigned to an expanded entity.
- Cannot assign Void into `i' which is of type INTEGER_32.
- Line 14 column 15 in BAD_ASSIGNMENT1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment1.e):
- i := Void
- ^
- ------