/test/language/error_warning_msg/bad_call8.msg

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

  1. ****** Fatal Error: Unknown feature `to_integer_32' in type REAL.
  2. (For this call, the target `(toto * p_scalaire).rounded' is of
  3. type REAL.)
  4. The source lines relevant to this message are the following:
  5. Line 20 columns 38, 46 in BAD_CALL8 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call8.e):
  6. toto := (toto * p_scalaire).rounded.to_integer_32
  7. ^ ^
  8. ------