mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
5 lines
185 B
Solidity
5 lines
185 B
Solidity
using {f as +} for uint;
|
|
function f(uint, uint) pure returns (uint) {}
|
|
// ----
|
|
// TypeError 5332: (7-8): Operators can only be implemented for user-defined types and not for contracts.
|