/test/language/error_warning_msg/bad_native_array1.msg

http://github.com/tybor/Liberty · Unknown · 10 lines · 8 code · 2 blank · 0 comment · 0 complexity · b13d14caa4f837c5bcb8e75920e701ab MD5 · raw file

  1. ****** Fatal Error: Bad assignment. Cannot assign `store2' which
  2. is of type NATIVE_ARRAY[INTEGER_32] into `store1' which is of
  3. type NATIVE_ARRAY[REAL_64].
  4. The source lines relevant to this message are the following:
  5. Line 16 columns 10, 20 in BAD_NATIVE_ARRAY1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_native_array1.e):
  6. store1 := store2;
  7. ^ ^
  8. ------