/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

  1. ****** Fatal Error: Cannot pass Void into formal argument which is of type INTEGER_32.
  2. The source lines relevant to this message are the following:
  3. Line 14 column 48 in BAD_CREATION7 (/home/r/Liberty/test/language/error_warning_msg/bad_creation7.e):
  4. fast_array := {FAST_ARRAY[INTEGER] << Void, 2 >> }
  5. ^
  6. Line 407 column 43 in FAST_ARRAY (/home/r/Liberty/src/lib/storage/collection/fast_array.e):
  7. manifest_put (index: INTEGER; element: like item)
  8. ^
  9. ------