/test/language/error_warning_msg/bad_generic1.msg
Unknown | 12 lines | 10 code | 2 blank | 0 comment | 0 complexity | 1b8be11f0a26a7d600ad7a252da308eb MD5 | raw file
1****** Fatal Error: Wrong number of generic arguments (compare 2usage and definition below). 3 4The source lines relevant to this message are the following: 5 6Line 12 column 16 in BAD_GENERIC1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_generic1.e): 7 dctn: DICTIONARY[INTEGER]; 8 ^ 9Line 4 column 26 in DICTIONARY (/home/cadrian/Workspace/Dev/Liberty/src/lib/storage/dictionary.e): 10deferred class DICTIONARY[V_, K_] 11 ^ 12------