/test/language/error_warning_msg/bad_constant4.msg

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

  1. ****** Fatal Error: Cannot use type ARRAY[INTEGER_32] to define
  2. a constant.
  3. Line 11 column 8 in BAD_CONSTANT4 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_constant4.e):
  4. a : ARRAY[ INTEGER ] {ARRAY[ INTEGER ] 1, << 1, 3, 2 >> }
  5. ^
  6. ------