Update 2271 and 5653 error messages to mention the errors are related to the binary operator.

This commit is contained in:
wechman
2022-09-28 13:08:32 +02:00
parent 697d279165
commit 27249cfa52
59 changed files with 163 additions and 163 deletions
@@ -21,4 +21,4 @@ contract C {
}
}
// ----
// TypeError 2271: (s2.sol:184-209): Operator + not compatible with types Int and Int. Multiple user-defined functions provided for this operator.
// TypeError 2271: (s2.sol:184-209): Binary operator + not compatible with types Int and Int. Multiple user-defined functions provided for this operator.