mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
This commit is contained in:
committed by
Christian Parpart
parent
7609710d4f
commit
9fb835b710
@@ -4,5 +4,6 @@ contract C {
|
||||
a = address(1);
|
||||
address b = 0x0123456789012345678901234567890123456789;
|
||||
b = 0x9876543210987654321098765432109876543210;
|
||||
b = 0x9876_5432_1098_7654_3210_9876_5432_1098_7654_3210;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user