mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
6 lines
237 B
Solidity
6 lines
237 B
Solidity
contract C {
|
|
address a = 0x11111122222333334444455555666667777788888 wei;
|
|
}
|
|
// ----
|
|
// TypeError 5145: (26-73): Hexadecimal numbers cannot be used with unit denominations. You can use an expression of the form "0x1234 * 1 day" instead.
|