/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

  1. ****** Fatal Error: Type DICTIONARY[INTEGER_32,INTEGER_32] is
  2. deferred. (Cannot create object.)
  3. Line 15 column 18 in BAD_CREATE_DICTIONARY1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_create_dictionary1.e):
  4. dico := create {DICTIONARY[INTEGER, INTEGER]}.make
  5. ^
  6. ------