/test/language/error_warning_msg/bad_colon.msg

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

  1. ****** Warning: Added missing ",".
  2. Line 12 column 24 in BAD_COLON (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_colon.e):
  3. fonction(1, 2 3);
  4. ^
  5. ------
  6. ****** Fatal Error: Variable `Result' is valid only inside a function.
  7. Line 17 column 10 in BAD_COLON (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_colon.e):
  8. Result := true;
  9. ^
  10. ------