mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update 2271 and 5653 error messages to mention the errors are related to the binary operator.
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user