/test/language/error_warning_msg/bad_create_dictionary1.msg
http://github.com/tybor/Liberty · Unknown · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · 971bb8ab2d1a2a8a03cb2dcf7f15584a MD5 · raw file
- ****** Fatal Error: Type DICTIONARY[INTEGER_32,INTEGER_32] is
- deferred. (Cannot create object.)
- Line 15 column 18 in BAD_CREATE_DICTIONARY1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_create_dictionary1.e):
- dico := create {DICTIONARY[INTEGER, INTEGER]}.make
- ^
- ------