/test/language/error_warning_msg/bad_creation7.msg
http://github.com/tybor/Liberty · Unknown · 11 lines · 9 code · 2 blank · 0 comment · 0 complexity · 80c2f7a2840ea42b74062875b871b04a MD5 · raw file
- ****** Fatal Error: Cannot pass Void into formal argument which is of type INTEGER_32.
- The source lines relevant to this message are the following:
- Line 14 column 48 in BAD_CREATION7 (/home/r/Liberty/test/language/error_warning_msg/bad_creation7.e):
- fast_array := {FAST_ARRAY[INTEGER] << Void, 2 >> }
- ^
- Line 407 column 43 in FAST_ARRAY (/home/r/Liberty/src/lib/storage/collection/fast_array.e):
- manifest_put (index: INTEGER; element: like item)
- ^
- ------