/test/language/error_warning_msg/bad_eq2.msg
Unknown | 8 lines | 7 code | 1 blank | 0 comment | 0 complexity | 2285ea2b1306699dba4340c9b9c533a6 MD5 | raw file
1****** Fatal Error: Invalid comparison of expression `U"c"' which 2is of type UNICODE_STRING with expression `"c"' which is of type 3STRING. (This would always yield to a False result.) (VWEQ) 4 5Line 12 column 18 in BAD_EQ2 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_eq2.e): 6 if U"c" = "c" then 7 ^ 8------