mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use quote function for all errors/warnings
This commit is contained in:
+2
-2
@@ -5,5 +5,5 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// TypeError: (85-118): Type string memory is not implicitly convertible to expected type uint256.
|
||||
// TypeError: (85-118): Type uint256 is not implicitly convertible to expected type string memory.
|
||||
// TypeError: (85-118): Type "string memory" is not implicitly convertible to expected type "uint256".
|
||||
// TypeError: (85-118): Type "uint256" is not implicitly convertible to expected type "string memory".
|
||||
|
||||
Reference in New Issue
Block a user