/test/language/error_warning_msg/bad_inspect5.msg

http://github.com/tybor/Liberty · Unknown · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · 7fcb1e814f203ed6b5fe870006230239 MD5 · raw file

  1. ****** Fatal Error: Only simple and statically computable expression
  2. are allowed here (inside "when" of "inspect" statement).
  3. Line 16 column 15 in BAD_INSPECT5 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_inspect5.e):
  4. when ("foo").count then
  5. ^
  6. ------