mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
6 lines
197 B
Solidity
6 lines
197 B
Solidity
contract C {
|
|
uint constant x = 0x01 wei;
|
|
}
|
|
// ----
|
|
// Warning: (32-40): Hexadecimal numbers with unit denominations are deprecated. You can use an expression of the form "0x1234 * 1 day" instead.
|