/test/language/error_warning_msg/bad_free_operator1.msg
http://github.com/tybor/Liberty · Unknown · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · 6e60a73e569bd97682a34f5ee04a58f1 MD5 · raw file
- ****** Fatal Error: Unknown infix operator "-+" in type STRING.
- (For this call, the target `"foo"' is of type STRING.)
- The source lines relevant to this message are the following:
- Line 14 columns 15, 20 in BAD_FREE_OPERATOR1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_free_operator1.e):
- s := "foo"-+"bar"
- ^ ^
- ------