You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
semantic error: Type mismatch in comparison operator, the types must be compatible
--> /Users/ondrej/repos/lpython/integration_tests/expr_22.py:8:12
|
8 | assert x > y == z
| ^^^^^ ^ type mismatch ('bool' and 'i32')
But now it works. It seems this could should keep returning the same error, so we should add a test for this error message.