/test/language/error_warning_msg/bad_reference1.msg
Unknown | 10 lines | 8 code | 2 blank | 0 comment | 0 complexity | 1ee31088130e31245d47634e3ed398c2 MD5 | raw file
1****** Fatal Error: No more "reference" keyword allowed. The obsolete 2"reference FOO" notation is no longer accepted. Just use the REFERENCE 3class instead. 4 5The source lines relevant to this message are the following: 6 7Line 12 columns 14, 24 in BAD_REFERENCE1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_reference1.e): 8 ri: reference INTEGER_GENERAL 9 ^ ^ 10------