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