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:
@@ -6,4 +6,4 @@ contract C
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// TypeError: (78-86): Return argument type literal_string "string" is not implicitly convertible to expected type (type of first return variable) uint256.
|
||||
// TypeError: (78-86): Return argument type "literal_string "string"" is not implicitly convertible to expected type (type of first return variable) "uint256".
|
||||
|
||||
Reference in New Issue
Block a user